Html Css Color HEX #FBD58C Cherokee

📋 copy color: '#FBD58C'

red 251 ◦ green 213 ◦ blue 140

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

Shades of Cherokee #FBD58C

Tints of Cherokee #FBD58C

RGB

 RED value IS 251 (98.44% from 255) = 41.56%

 GREEN value IS 213 (83.59% from 255) = 35.26%

 BLUE value IS 140 (55.08% from 255) = 23.18%

R = 41.56%
G = 35.26%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FBD58C (or 0xFBD58C) is known color: Cherokee. HEX triplet: FB, D5 and 8C. RGB value is (251,213,140). Sum of RGB (Red+Green+Blue) = 251+213+140=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBD58C is #042A73. Grayscale: #D8D8D8. Windows color (decimal): -273012 or 9229819. OLE color: 9229819.

HSL color Cylindrical-coordinate representation of color #FBD58C: hue angle of 39.46º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FBD58C is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 213 140 -
CMYK 0 0.15 0.44 0.02
HSL 39.46º 0.93% 0.77% -
HSV(B) 39.46º 0.44% 0.98% -
XYZ 68.31 69.99 34.72 -
YUV 216.04 85.09 152.94 -
System Red Green Blue C M Y K H S L
Decimal 251 213 140 0 0.15 0.44 0.02 39.46 0.93 0.77
Hex FB D5 8C 0 F 2C 2 27 5D 4D
Octal 373 325 214 0 17 54 2 47 135 115
Binary 11111011 11010101 10001100 0 1111 101100 10 100111 1011101 1001101

Color Harmonies of #FBD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD58C

Black with #FBD58C

Text Example


Text Example

White with #FBD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD58C; }

 p { color: rgb(251,213,140); }

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

background-color css

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

 a { background-color: rgb(251,213,140); }

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

border-color css

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

 span { border-color: rgb(251,213,140); }

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