Html Css Color HEX #F0B151 Casablanca

📋 copy color: '#F0B151'

red 240 ◦ green 177 ◦ blue 81

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

Shades of Casablanca #F0B151

Tints of Casablanca #F0B151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.54%

 BLUE value IS 81 (32.03% from 255) = 16.27%

R = 48.19%
G = 35.54%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#F0B151 (or 0xF0B151) is known color: Casablanca. HEX triplet: F0, B1 and 51. RGB value is (240,177,81). Sum of RGB (Red+Green+Blue) = 240+177+81=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 81 (32.03% from 255 or 16.27% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0B151 is #0F4EAE. Grayscale: #B9B9B9. Windows color (decimal): -1003183 or 5353968. OLE color: 5353968.

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

Color convert

RGB 240 177 81 -
CMYK 0 0.26 0.66 0.06
HSL 36.23º 0.84% 0.63% -
HSV(B) 36.23º 0.66% 0.94% -
XYZ 53.14 50.56 14.74 -
YUV 184.89 69.37 167.31 -
System Red Green Blue C M Y K H S L
Decimal 240 177 81 0 0.26 0.66 0.06 36.23 0.84 0.63
Hex F0 B1 51 0 1A 42 6 24 54 3F
Octal 360 261 121 0 32 102 6 44 124 77
Binary 11110000 10110001 1010001 0 11010 1000010 110 100100 1010100 111111

Color Harmonies of #F0B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B151

Black with #F0B151

Text Example


Text Example

White with #F0B151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B151; }

 p { color: rgb(240,177,81); }

 H1.HeaderClassName
 {
   color: #F0B151;
 }
 .AnyTagClassName
 {
   color: #F0B151;
 }
</style>

background-color css

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

 a { background-color: rgb(240,177,81); }

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

border-color css

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

 span { border-color: rgb(240,177,81); }

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