Html Css Color HEX #F0B253 Casablanca

📋 copy color: '#F0B253'

red 240 ◦ green 178 ◦ blue 83

#F0B253
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casablanca #F0B253

Tints of Casablanca #F0B253

RGB

 RED value IS 240 (94.14% from 255) = 47.9%

 GREEN value IS 178 (69.92% from 255) = 35.53%

 BLUE value IS 83 (32.81% from 255) = 16.57%

R = 47.9%
G = 35.53%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#F0B253 (or 0xF0B253) is known color: 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

RGB 240 178 83 -
CMYK 0 0.26 0.65 0.06
HSL 36.31º 0.84% 0.63% -
HSV(B) 36.31º 0.65% 0.94% -
XYZ 53.42 50.99 15.21 -
YUV 185.71 70.04 166.72 -
System Red Green Blue C M Y K H S L
Decimal 240 178 83 0 0.26 0.65 0.06 36.31 0.84 0.63
Hex F0 B2 53 0 1A 41 6 24 54 3F
Octal 360 262 123 0 32 101 6 44 124 77
Binary 11110000 10110010 1010011 0 11010 1000001 110 100100 1010100 111111

Color Harmonies of #F0B253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B253

Black with #F0B253

Text Example


Text Example

White with #F0B253

Text Example


Text Example

HTML Codes & Css Web 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>