Html Css Color HEX #FBC586 Cherokee

📋 copy color: '#FBC586'

red 251 ◦ green 197 ◦ blue 134

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

Shades of Cherokee #FBC586

Tints of Cherokee #FBC586

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.85%

 BLUE value IS 134 (52.73% from 255) = 23.02%

R = 43.13%
G = 33.85%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBC586 (or 0xFBC586) is known color: Cherokee. HEX triplet: FB, C5 and 86. RGB value is (251,197,134). Sum of RGB (Red+Green+Blue) = 251+197+134=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 197 (77.34% from 255 or 33.85% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC586 is #043A79. Grayscale: #CECECE. Windows color (decimal): -277114 or 8832507. OLE color: 8832507.

HSL color Cylindrical-coordinate representation of color #FBC586: hue angle of 32.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBC586 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 197 134 -
CMYK 0 0.22 0.47 0.02
HSL 32.31º 0.94% 0.75% -
HSV(B) 32.31º 0.47% 0.98% -
XYZ 64.05 62.16 31.18 -
YUV 205.96 87.39 160.12 -
System Red Green Blue C M Y K H S L
Decimal 251 197 134 0 0.22 0.47 0.02 32.31 0.94 0.75
Hex FB C5 86 0 16 2F 2 20 5E 4B
Octal 373 305 206 0 26 57 2 40 136 113
Binary 11111011 11000101 10000110 0 10110 101111 10 100000 1011110 1001011

Color Harmonies of #FBC586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC586

Black with #FBC586

Text Example


Text Example

White with #FBC586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC586; }

 p { color: rgb(251,197,134); }

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

background-color css

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

 a { background-color: rgb(251,197,134); }

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

border-color css

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

 span { border-color: rgb(251,197,134); }

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