Html Css Color HEX #F9CB7E Cherokee

📋 copy color: '#F9CB7E'

red 249 ◦ green 203 ◦ blue 126

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

Shades of Cherokee #F9CB7E

Tints of Cherokee #F9CB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.8%

R = 43.08%
G = 35.12%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9CB7E (or 0xF9CB7E) is known color: Cherokee. HEX triplet: F9, CB and 7E. RGB value is (249,203,126). Sum of RGB (Red+Green+Blue) = 249+203+126=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F9CB7E is #063481. Grayscale: #D0D0D0. Windows color (decimal): -406658 or 8309753. OLE color: 8309753.

HSL color Cylindrical-coordinate representation of color #F9CB7E: hue angle of 37.56º degrees, saturation: 0.91, 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 #F9CB7E is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 203 126 -
CMYK 0 0.18 0.49 0.02
HSL 37.56º 0.91% 0.74% -
HSV(B) 37.56º 0.49% 0.98% -
XYZ 64.19 64.36 28.78 -
YUV 207.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 249 203 126 0 0.18 0.49 0.02 37.56 0.91 0.74
Hex F9 CB 7E 0 12 31 2 26 5B 4A
Octal 371 313 176 0 22 61 2 46 133 112
Binary 11111001 11001011 1111110 0 10010 110001 10 100110 1011011 1001010

Color Harmonies of #F9CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CB7E

Black with #F9CB7E

Text Example


Text Example

White with #F9CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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