Html Css Color HEX #FBCC85 Cherokee

📋 copy color: '#FBCC85'

red 251 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #FBCC85

Tints of Cherokee #FBCC85

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 133 (52.34% from 255) = 22.62%

R = 42.69%
G = 34.69%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FBCC85 (or 0xFBCC85) is known color: Cherokee. HEX triplet: FB, CC and 85. RGB value is (251,204,133). Sum of RGB (Red+Green+Blue) = 251+204+133=588 (77% of max value = 765). Red value is 251 (98.44% from 255 or 42.69% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 133 (52.34% from 255 or 22.62% from 588); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCC85 is #04337A. Grayscale: #D2D2D2. Windows color (decimal): -275323 or 8768763. OLE color: 8768763.

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

Color convert

RGB 251 204 133 -
CMYK 0 0.19 0.47 0.02
HSL 36.1º 0.94% 0.75% -
HSV(B) 36.1º 0.47% 0.98% -
XYZ 65.61 65.39 31.35 -
YUV 209.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 251 204 133 0 0.19 0.47 0.02 36.1 0.94 0.75
Hex FB CC 85 0 13 2F 2 24 5E 4B
Octal 373 314 205 0 23 57 2 44 136 113
Binary 11111011 11001100 10000101 0 10011 101111 10 100100 1011110 1001011

Color Harmonies of #FBCC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCC85

Black with #FBCC85

Text Example


Text Example

White with #FBCC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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