#F1B24B

Color #F1B24B Casablanca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casablanca #F1B24B

Tints of Casablanca #F1B24B

Color information

#F1B24B (or 0xF1B24B) is unknown color: approx Casablanca. HEX triplet: F1, B2 and 4B. RGB value is (241,178,75). Sum of RGB (Red+Green+Blue) = 241+178+75=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B24B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1B24B is #0E4DB4. Grayscale: #B9B9B9. Windows color (decimal): -937397 or 4961009. OLE color: 4961009.

HSL color Cylindrical-coordinate representation of color #F1B24B: hue angle of 37.23º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F1B24B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB24117875-
CMYK00.260.690.05
HSL37.23º85.57%61.96%-
HSV(B)37.23º68.88%94.51%-
XYZ53.4751.0513.69-
YUV185.165.87167.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 75 (29.69% from 255) = 15.18%
R=48.79%
G=36.03%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411787500.260.690.0537.2385.5761.96
HexF1B24B01A45525563e
Octal36126211303210554512676
Binary1111000110110010100101101101010001011011001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B24B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B24B; }

 p { color: rgb(241,178,75); }

 H1.HeaderClassName
 {
   color: #F1B24B;
 }
 .AnyTagClassName
 {
   color: #F1B24B;
 }
</style>
background-color css

<style>
 a { background-color: #F1B24B; }

 a { background-color: rgb(241,178,75); }

 div.DivClassName
 {
   background-color: #F1B24B;
 }
 .BgClassName
 {
   background-color: #F1B24B;
 }
</style>
border-color css

<style>
 span { border-color: #F1B24B; }

 span { border-color: rgb(241,178,75); }

 td.TdClassName
 {
   border-color: #F1B24B;
 }
 .TagClassName
 {
   border-color: #F1B24B;
 }
</style>