#F0B253

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

Shades of Casablanca #F0B253

Tints of Casablanca #F0B253

Color information

#F0B253 (or 0xF0B253) is unknown color: approx Casablanca. HEX triplet: F0, B2 and 53. RGB value is (240,178,83). Sum of RGB (Red+Green+Blue) = 240+178+83=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 83 (32.81% from 255 or 16.57% from 501); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B253 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B253 is #0F4DAC. Grayscale: #BABABA. Windows color (decimal): -1002925 or 5485296. OLE color: 5485296.

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

Color convert

RGB24017883-
CMYK00.260.650.06
HSL36.31º83.96%63.33%-
HSV(B)36.31º65.42%94.12%-
XYZ53.4250.9915.21-
YUV185.7170.04166.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 47.90%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 83 (32.81% from 255) = 16.57%
R=47.90%
G=35.53%
B=16.57%

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
Decimal2401788300.260.650.0636.3183.9663.33
HexF0B25301A41624543f
Octal36026212303210164412477
Binary1111000010110010101001101101010000011101001001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0B253; }

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

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

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

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

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

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

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

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