Html Css Color HEX #F2CF77 Golden Glow

📋 copy color: '#F2CF77'

red 242 ◦ green 207 ◦ blue 119

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

Shades of Golden Glow #F2CF77

Tints of Golden Glow #F2CF77

RGB

 RED value IS 242 (94.92% from 255) = 42.61%

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

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

R = 42.61%
G = 36.44%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2CF77 (or 0xF2CF77) is known color: Golden Glow. HEX triplet: F2, CF and 77. RGB value is (242,207,119). Sum of RGB (Red+Green+Blue) = 242+207+119=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 119 (46.88% from 255 or 20.95% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF77 is #0D3088. Grayscale: #CFCFCF. Windows color (decimal): -864393 or 7852018. OLE color: 7852018.

HSL color Cylindrical-coordinate representation of color #F2CF77: hue angle of 42.93º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2CF77 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 207 119 -
CMYK 0 0.14 0.51 0.05
HSL 42.93º 0.83% 0.71% -
HSV(B) 42.93º 0.51% 0.95% -
XYZ 62.26 64.83 26.69 -
YUV 207.43 78.1 152.66 -
System Red Green Blue C M Y K H S L
Decimal 242 207 119 0 0.14 0.51 0.05 42.93 0.83 0.71
Hex F2 CF 77 0 E 33 5 2B 53 47
Octal 362 317 167 0 16 63 5 53 123 107
Binary 11110010 11001111 1110111 0 1110 110011 101 101011 1010011 1000111

Color Harmonies of #F2CF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF77

Black with #F2CF77

Text Example


Text Example

White with #F2CF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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