Html Css Color HEX #F5CC7B Cherokee

📋 copy color: '#F5CC7B'

red 245 ◦ green 204 ◦ blue 123

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

Shades of Cherokee #F5CC7B

Tints of Cherokee #F5CC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.5%

R = 42.83%
G = 35.66%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#F5CC7B (or 0xF5CC7B) is known color: Cherokee. HEX triplet: F5, CC and 7B. RGB value is (245,204,123). Sum of RGB (Red+Green+Blue) = 245+204+123=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 123 (48.44% from 255 or 21.50% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CC7B is #0A3384. Grayscale: #CFCFCF. Windows color (decimal): -668549 or 8113397. OLE color: 8113397.

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

Color convert

RGB 245 204 123 -
CMYK 0 0.17 0.50 0.04
HSL 39.84º 0.86% 0.72% -
HSV(B) 39.84º 0.5% 0.96% -
XYZ 62.82 64.03 27.79 -
YUV 207.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 245 204 123 0 0.17 0.50 0.04 39.84 0.86 0.72
Hex F5 CC 7B 0 11 32 4 28 56 48
Octal 365 314 173 0 21 62 4 50 126 110
Binary 11110101 11001100 1111011 0 10001 110010 100 101000 1010110 1001000

Color Harmonies of #F5CC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC7B

Black with #F5CC7B

Text Example


Text Example

White with #F5CC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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