Html Css Color HEX #F5CA78 Cherokee

📋 copy color: '#F5CA78'

red 245 ◦ green 202 ◦ blue 120

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

Shades of Cherokee #F5CA78

Tints of Cherokee #F5CA78

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.63%

 BLUE value IS 120 (47.27% from 255) = 21.16%

R = 43.21%
G = 35.63%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5CA78 (or 0xF5CA78) is known color: Cherokee. HEX triplet: F5, CA and 78. RGB value is (245,202,120). Sum of RGB (Red+Green+Blue) = 245+202+120=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 120 (47.27% from 255 or 21.16% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CA78 is #0A3587. Grayscale: #CDCDCD. Windows color (decimal): -669064 or 7916277. OLE color: 7916277.

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

Color convert

RGB 245 202 120 -
CMYK 0 0.18 0.51 0.04
HSL 39.36º 0.86% 0.72% -
HSV(B) 39.36º 0.51% 0.96% -
XYZ 62.17 63.01 26.65 -
YUV 205.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 245 202 120 0 0.18 0.51 0.04 39.36 0.86 0.72
Hex F5 CA 78 0 12 33 4 27 56 48
Octal 365 312 170 0 22 63 4 47 126 110
Binary 11110101 11001010 1111000 0 10010 110011 100 100111 1010110 1001000

Color Harmonies of #F5CA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CA78

Black with #F5CA78

Text Example


Text Example

White with #F5CA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CA78; }

 p { color: rgb(245,202,120); }

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

background-color css

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

 a { background-color: rgb(245,202,120); }

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

border-color css

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

 span { border-color: rgb(245,202,120); }

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