Html Css Color HEX #F5CB7D Cherokee

📋 copy color: '#F5CB7D'

red 245 ◦ green 203 ◦ blue 125

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

Shades of Cherokee #F5CB7D

Tints of Cherokee #F5CB7D

RGB

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

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

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

R = 42.76%
G = 35.43%
B = 21.82%

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

#F5CB7D (or 0xF5CB7D) is known color: Cherokee. HEX triplet: F5, CB and 7D. RGB value is (245,203,125). Sum of RGB (Red+Green+Blue) = 245+203+125=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 125 (49.22% from 255 or 21.82% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CB7D is #0A3482. Grayscale: #CFCFCF. Windows color (decimal): -668803 or 8244213. OLE color: 8244213.

HSL color Cylindrical-coordinate representation of color #F5CB7D: hue angle of 39º 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 #F5CB7D is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 203 125 -
CMYK 0 0.17 0.49 0.04
HSL 39º 0.86% 0.73% -
HSV(B) 39º 0.49% 0.96% -
XYZ 62.71 63.61 28.37 -
YUV 206.67 81.91 155.34 -
System Red Green Blue C M Y K H S L
Decimal 245 203 125 0 0.17 0.49 0.04 39 0.86 0.73
Hex F5 CB 7D 0 11 31 4 27 56 49
Octal 365 313 175 0 21 61 4 47 126 111
Binary 11110101 11001011 1111101 0 10001 110001 100 100111 1010110 1001001

Color Harmonies of #F5CB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB7D

Black with #F5CB7D

Text Example


Text Example

White with #F5CB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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