#FBCE7D

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

Shades of Cherokee #FBCE7D

Tints of Cherokee #FBCE7D

Color information

#FBCE7D (or 0xFBCE7D) is unknown color: approx Cherokee. HEX triplet: FB, CE and 7D. RGB value is (251,206,125). Sum of RGB (Red+Green+Blue) = 251+206+125=582 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.13% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCE7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCE7D is #043182. Grayscale: #D2D2D2. Windows color (decimal): -274819 or 8244987. OLE color: 8244987.

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

Color convert

RGB251206125-
CMYK00.180.500.02
HSL38.57º94.03%73.73%-
HSV(B)38.57º50.2%98.43%-
XYZ65.5666.1328.71-
YUV210.2279.91157.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.13%
GREEN value IS 206 (80.86% from 255) = 35.40%
BLUE value IS 125 (49.22% from 255) = 21.48%
R=43.13%
G=35.40%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120612500.180.500.0238.5794.0373.73
HexFBCE7D012322275e4a
Octal37331617502262247136112
Binary111110111100111011111010100101100101010011110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCE7D; }

 p { color: rgb(251,206,125); }

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

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

 a { background-color: rgb(251,206,125); }

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

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

 span { border-color: rgb(251,206,125); }

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