Html Css Color HEX #F5C47E Cherokee

📋 copy color: '#F5C47E'

red 245 ◦ green 196 ◦ blue 126

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

Shades of Cherokee #F5C47E

Tints of Cherokee #F5C47E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 126 (49.61% from 255) = 22.22%

R = 43.21%
G = 34.57%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#F5C47E (or 0xF5C47E) is known color: Cherokee. HEX triplet: F5, C4 and 7E. RGB value is (245,196,126). Sum of RGB (Red+Green+Blue) = 245+196+126=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 126 (49.61% from 255 or 22.22% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5C47E is #0A3B81. Grayscale: #CBCBCB. Windows color (decimal): -670594 or 8307957. OLE color: 8307957.

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

Color convert

RGB 245 196 126 -
CMYK 0 0.2 0.49 0.04
HSL 35.29º 0.86% 0.73% -
HSV(B) 35.29º 0.49% 0.96% -
XYZ 61.16 60.4 28.17 -
YUV 202.67 84.73 158.19 -
System Red Green Blue C M Y K H S L
Decimal 245 196 126 0 0.2 0.49 0.04 35.29 0.86 0.73
Hex F5 C4 7E 0 14 31 4 23 56 49
Octal 365 304 176 0 24 61 4 43 126 111
Binary 11110101 11000100 1111110 0 10100 110001 100 100011 1010110 1001001

Color Harmonies of #F5C47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C47E

Black with #F5C47E

Text Example


Text Example

White with #F5C47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C47E; }

 p { color: rgb(245,196,126); }

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

background-color css

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

 a { background-color: rgb(245,196,126); }

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

border-color css

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

 span { border-color: rgb(245,196,126); }

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