#FBCB7F

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

Shades of Cherokee #FBCB7F

Tints of Cherokee #FBCB7F

Color information

#FBCB7F (or 0xFBCB7F) is unknown color: approx Cherokee. HEX triplet: FB, CB and 7F. RGB value is (251,203,127). Sum of RGB (Red+Green+Blue) = 251+203+127=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 127 (50% from 255 or 21.86% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBCB7F is #043480. Grayscale: #D1D1D1. Windows color (decimal): -275585 or 8375291. OLE color: 8375291.

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

Color convert

RGB251203127-
CMYK00.190.490.02
HSL36.77º93.94%74.12%-
HSV(B)36.77º49.4%98.43%-
XYZ64.9764.7529.15-
YUV208.6981.9158.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.20%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 127 (50% from 255) = 21.86%
R=43.20%
G=34.94%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120312700.190.490.0236.7793.9474.12
HexFBCB7F013312255e4a
Octal37331317702361245136112
Binary111110111100101111111110100111100011010010110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCB7F; }

 p { color: rgb(251,203,127); }

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

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

 a { background-color: rgb(251,203,127); }

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

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

 span { border-color: rgb(251,203,127); }

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