#FBCF82

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

Shades of Cherokee #FBCF82

Tints of Cherokee #FBCF82

Color information

#FBCF82 (or 0xFBCF82) is unknown color: approx Cherokee. HEX triplet: FB, CF and 82. RGB value is (251,207,130). Sum of RGB (Red+Green+Blue) = 251+207+130=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCF82 is #04307D. Grayscale: #D3D3D3. Windows color (decimal): -274558 or 8572923. OLE color: 8572923.

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

Color convert

RGB251207130-
CMYK00.180.480.02
HSL38.18º93.8%74.71%-
HSV(B)38.18º48.21%98.43%-
XYZ66.1366.7530.52-
YUV211.3882.08156.26-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.69%
GREEN value IS 207 (81.25% from 255) = 35.20%
BLUE value IS 130 (51.17% from 255) = 22.11%
R=42.69%
G=35.20%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120713000.180.480.0238.1893.874.71
HexFBCF82012302265e4b
Octal37331720202260246136113
Binary1111101111001111100000100100101100001010011010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCF82; }

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

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

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

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

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

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

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

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