Html Css Color HEX #F0B858 Casablanca

📋 copy color: '#F0B858'

red 240 ◦ green 184 ◦ blue 88

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

Shades of Casablanca #F0B858

Tints of Casablanca #F0B858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 88 (34.77% from 255) = 17.19%

R = 46.88%
G = 35.94%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#F0B858 (or 0xF0B858) is known color: Casablanca. HEX triplet: F0, B8 and 58. RGB value is (240,184,88). Sum of RGB (Red+Green+Blue) = 240+184+88=512 (67% of max value = 765). Red value is 240 (94.14% from 255 or 46.88% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 88 (34.77% from 255 or 17.19% from 512); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0B858 is #0F47A7. Grayscale: #BEBEBE. Windows color (decimal): -1001384 or 5814512. OLE color: 5814512.

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

Color convert

RGB 240 184 88 -
CMYK 0 0.23 0.63 0.06
HSL 37.89º 0.84% 0.64% -
HSV(B) 37.89º 0.63% 0.94% -
XYZ 54.84 53.51 16.67 -
YUV 189.8 70.55 163.81 -
System Red Green Blue C M Y K H S L
Decimal 240 184 88 0 0.23 0.63 0.06 37.89 0.84 0.64
Hex F0 B8 58 0 17 3F 6 26 54 40
Octal 360 270 130 0 27 77 6 46 124 100
Binary 11110000 10111000 1011000 0 10111 111111 110 100110 1010100 1000000

Color Harmonies of #F0B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B858

Black with #F0B858

Text Example


Text Example

White with #F0B858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B858; }

 p { color: rgb(240,184,88); }

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

background-color css

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

 a { background-color: rgb(240,184,88); }

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

border-color css

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

 span { border-color: rgb(240,184,88); }

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