#FBCF85

Color #FBCF85 Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FBCF85

Tints of Cherokee #FBCF85

Color information

#FBCF85 (or 0xFBCF85) is unknown color: approx Cherokee. HEX triplet: FB, CF and 85. RGB value is (251,207,133). Sum of RGB (Red+Green+Blue) = 251+207+133=591 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.47% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF85 is #04307A. Grayscale: #D4D4D4. Windows color (decimal): -274555 or 8769531. OLE color: 8769531.

HSL color Cylindrical-coordinate representation of color #FBCF85: hue angle of 37.63º 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 #FBCF85 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251207133-
CMYK00.180.470.02
HSL37.63º93.65%75.29%-
HSV(B)37.63º47.01%98.43%-
XYZ66.3366.8331.59-
YUV211.7283.58156.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.47%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=42.47%
G=35.03%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120713300.180.470.0237.6393.6575.29
HexFBCF850122F2265e4b
Octal37331720502257246136113
Binary1111101111001111100001010100101011111010011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF85; }

 p { color: rgb(251,207,133); }

 H1.HeaderClassName
 {
   color: #FBCF85;
 }
 .AnyTagClassName
 {
   color: #FBCF85;
 }
</style>
background-color css

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

 a { background-color: rgb(251,207,133); }

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

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

 span { border-color: rgb(251,207,133); }

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