Html Css Color HEX #F5CB7C Cherokee

📋 copy color: '#F5CB7C'

red 245 ◦ green 203 ◦ blue 124

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

Shades of Cherokee #F5CB7C

Tints of Cherokee #F5CB7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 42.83%
G = 35.49%
B = 21.68%

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

#F5CB7C (or 0xF5CB7C) is known color: Cherokee. HEX triplet: F5, CB and 7C. RGB value is (245,203,124). Sum of RGB (Red+Green+Blue) = 245+203+124=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB7C is #0A3483. Grayscale: #CECECE. Windows color (decimal): -668804 or 8178677. OLE color: 8178677.

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

Color convert

RGB 245 203 124 -
CMYK 0 0.17 0.49 0.04
HSL 39.17º 0.86% 0.72% -
HSV(B) 39.17º 0.49% 0.96% -
XYZ 62.65 63.58 28.04 -
YUV 206.55 81.41 155.42 -
System Red Green Blue C M Y K H S L
Decimal 245 203 124 0 0.17 0.49 0.04 39.17 0.86 0.72
Hex F5 CB 7C 0 11 31 4 27 56 48
Octal 365 313 174 0 21 61 4 47 126 110
Binary 11110101 11001011 1111100 0 10001 110001 100 100111 1010110 1001000

Color Harmonies of #F5CB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB7C

Black with #F5CB7C

Text Example


Text Example

White with #F5CB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB7C; }

 p { color: rgb(245,203,124); }

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

background-color css

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

 a { background-color: rgb(245,203,124); }

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

border-color css

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

 span { border-color: rgb(245,203,124); }

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