Html Css Color HEX #F5CC7D Cherokee

📋 copy color: '#F5CC7D'

red 245 ◦ green 204 ◦ blue 125

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

Shades of Cherokee #F5CC7D

Tints of Cherokee #F5CC7D

RGB

 RED value IS 245 (96.09% from 255) = 42.68%

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

 BLUE value IS 125 (49.22% from 255) = 21.78%

R = 42.68%
G = 35.54%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5CC7D (or 0xF5CC7D) is known color: Cherokee. HEX triplet: F5, CC and 7D. RGB value is (245,204,125). Sum of RGB (Red+Green+Blue) = 245+204+125=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC7D is #0A3382. Grayscale: #CFCFCF. Windows color (decimal): -668547 or 8244469. OLE color: 8244469.

HSL color Cylindrical-coordinate representation of color #F5CC7D: hue angle of 39.5º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5CC7D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 125 -
CMYK 0 0.17 0.49 0.04
HSL 39.5º 0.86% 0.73% -
HSV(B) 39.5º 0.49% 0.96% -
XYZ 62.95 64.08 28.45 -
YUV 207.25 81.58 154.92 -
System Red Green Blue C M Y K H S L
Decimal 245 204 125 0 0.17 0.49 0.04 39.5 0.86 0.73
Hex F5 CC 7D 0 11 31 4 28 56 49
Octal 365 314 175 0 21 61 4 50 126 111
Binary 11110101 11001100 1111101 0 10001 110001 100 101000 1010110 1001001

Color Harmonies of #F5CC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC7D

Black with #F5CC7D

Text Example


Text Example

White with #F5CC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC7D; }

 p { color: rgb(245,204,125); }

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

background-color css

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

 a { background-color: rgb(245,204,125); }

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

border-color css

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

 span { border-color: rgb(245,204,125); }

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