#F0B254

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

Shades of Casablanca #F0B254

Tints of Casablanca #F0B254

Color information

#F0B254 (or 0xF0B254) is unknown color: approx Casablanca. HEX triplet: F0, B2 and 54. RGB value is (240,178,84). Sum of RGB (Red+Green+Blue) = 240+178+84=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 84 (33.20% from 255 or 16.73% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B254 is #0F4DAB. Grayscale: #BABABA. Windows color (decimal): -1002924 or 5550832. OLE color: 5550832.

HSL color Cylindrical-coordinate representation of color #F0B254: hue angle of 36.15º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0B254 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24017884-
CMYK00.260.650.06
HSL36.15º83.87%63.53%-
HSV(B)36.15º65%94.12%-
XYZ53.4651.0115.42-
YUV185.8270.54166.64-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.81%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 84 (33.20% from 255) = 16.73%
R=47.81%
G=35.46%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401788400.260.650.0636.1583.8763.53
HexF0B25401A416245440
Octal360262124032101644124100
Binary11110000101100101010100011010100000111010010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B254; }

 p { color: rgb(240,178,84); }

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

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

 a { background-color: rgb(240,178,84); }

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

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

 span { border-color: rgb(240,178,84); }

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