Html Css Color HEX #F5CF77 Golden Glow

📋 copy color: '#F5CF77'

red 245 ◦ green 207 ◦ blue 119

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

Shades of Golden Glow #F5CF77

Tints of Golden Glow #F5CF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.84%

R = 42.91%
G = 36.25%
B = 20.84%

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

#F5CF77 (or 0xF5CF77) is known color: Golden Glow. HEX triplet: F5, CF and 77. RGB value is (245,207,119). Sum of RGB (Red+Green+Blue) = 245+207+119=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 119 (46.88% from 255 or 20.84% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5CF77 is #0A3088. Grayscale: #D0D0D0. Windows color (decimal): -667785 or 7852021. OLE color: 7852021.

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

Color convert

RGB 245 207 119 -
CMYK 0 0.16 0.51 0.04
HSL 41.9º 0.86% 0.71% -
HSV(B) 41.9º 0.51% 0.96% -
XYZ 63.3 65.37 26.73 -
YUV 208.33 77.59 154.16 -
System Red Green Blue C M Y K H S L
Decimal 245 207 119 0 0.16 0.51 0.04 41.9 0.86 0.71
Hex F5 CF 77 0 10 33 4 2A 56 47
Octal 365 317 167 0 20 63 4 52 126 107
Binary 11110101 11001111 1110111 0 10000 110011 100 101010 1010110 1000111

Color Harmonies of #F5CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CF77

Black with #F5CF77

Text Example


Text Example

White with #F5CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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