Html Css Color HEX #F5CF78 Cherokee

📋 copy color: '#F5CF78'

red 245 ◦ green 207 ◦ blue 120

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

Shades of Cherokee #F5CF78

Tints of Cherokee #F5CF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

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

R = 42.83%
G = 36.19%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#F5CF78 (or 0xF5CF78) is known color: Cherokee. HEX triplet: F5, CF and 78. RGB value is (245,207,120). Sum of RGB (Red+Green+Blue) = 245+207+120=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 120 (47.27% from 255 or 20.98% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF78 is #0A3087. Grayscale: #D0D0D0. Windows color (decimal): -667784 or 7917557. OLE color: 7917557.

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

Color convert

RGB 245 207 120 -
CMYK 0 0.16 0.51 0.04
HSL 41.76º 0.86% 0.72% -
HSV(B) 41.76º 0.51% 0.96% -
XYZ 63.36 65.39 27.05 -
YUV 208.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 245 207 120 0 0.16 0.51 0.04 41.76 0.86 0.72
Hex F5 CF 78 0 10 33 4 2A 56 48
Octal 365 317 170 0 20 63 4 52 126 110
Binary 11110101 11001111 1111000 0 10000 110011 100 101010 1010110 1001000

Color Harmonies of #F5CF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF78

Black with #F5CF78

Text Example


Text Example

White with #F5CF78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF78; }

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

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

background-color css

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

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

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

border-color css

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

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

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