Html Css Color HEX #F9CC85 Cherokee

📋 copy color: '#F9CC85'

red 249 ◦ green 204 ◦ blue 133

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

Shades of Cherokee #F9CC85

Tints of Cherokee #F9CC85

RGB

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

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

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

R = 42.49%
G = 34.81%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F9CC85 (or 0xF9CC85) is known color: Cherokee. HEX triplet: F9, CC and 85. RGB value is (249,204,133). Sum of RGB (Red+Green+Blue) = 249+204+133=586 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.49% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 133 (52.34% from 255 or 22.70% from 586); Max value from RGB is 249 - color contains mainly: red. Hex color #F9CC85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9CC85 is #06337A. Grayscale: #D1D1D1. Windows color (decimal): -406395 or 8768761. OLE color: 8768761.

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

Color convert

RGB 249 204 133 -
CMYK 0 0.18 0.47 0.02
HSL 36.72º 0.91% 0.75% -
HSV(B) 36.72º 0.47% 0.98% -
XYZ 64.89 65.02 31.32 -
YUV 209.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 249 204 133 0 0.18 0.47 0.02 36.72 0.91 0.75
Hex F9 CC 85 0 12 2F 2 25 5B 4B
Octal 371 314 205 0 22 57 2 45 133 113
Binary 11111001 11001100 10000101 0 10010 101111 10 100101 1011011 1001011

Color Harmonies of #F9CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9CC85

Black with #F9CC85

Text Example


Text Example

White with #F9CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9CC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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