Html Css Color HEX #F9CB86 Cherokee

📋 copy color: '#F9CB86'

red 249 ◦ green 203 ◦ blue 134

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

Shades of Cherokee #F9CB86

Tints of Cherokee #F9CB86

RGB

 RED value IS 249 (97.66% from 255) = 42.49%

 GREEN value IS 203 (79.69% from 255) = 34.64%

 BLUE value IS 134 (52.73% from 255) = 22.87%

R = 42.49%
G = 34.64%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#F9CB86 (or 0xF9CB86) is known color: Cherokee. HEX triplet: F9, CB and 86. RGB value is (249,203,134). Sum of RGB (Red+Green+Blue) = 249+203+134=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 134 (52.73% from 255 or 22.87% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CB86 is #063479. Grayscale: #D1D1D1. Windows color (decimal): -406650 or 8834041. OLE color: 8834041.

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

Color convert

RGB 249 203 134 -
CMYK 0 0.18 0.46 0.02
HSL 36º 0.91% 0.75% -
HSV(B) 36º 0.46% 0.98% -
XYZ 64.73 64.57 31.61 -
YUV 208.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 249 203 134 0 0.18 0.46 0.02 36 0.91 0.75
Hex F9 CB 86 0 12 2E 2 24 5B 4B
Octal 371 313 206 0 22 56 2 44 133 113
Binary 11111001 11001011 10000110 0 10010 101110 10 100100 1011011 1001011

Color Harmonies of #F9CB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB86

Black with #F9CB86

Text Example


Text Example

White with #F9CB86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB86; }

 p { color: rgb(249,203,134); }

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

background-color css

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

 a { background-color: rgb(249,203,134); }

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

border-color css

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

 span { border-color: rgb(249,203,134); }

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