Html Css Color HEX #F2CF76 Golden Glow

📋 copy color: '#F2CF76'

red 242 ◦ green 207 ◦ blue 118

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

Shades of Golden Glow #F2CF76

Tints of Golden Glow #F2CF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.81%

R = 42.68%
G = 36.51%
B = 20.81%

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

#F2CF76 (or 0xF2CF76) is known color: Golden Glow. HEX triplet: F2, CF and 76. RGB value is (242,207,118). Sum of RGB (Red+Green+Blue) = 242+207+118=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2CF76 is #0D3089. Grayscale: #CFCFCF. Windows color (decimal): -864394 or 7786482. OLE color: 7786482.

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

Color convert

RGB 242 207 118 -
CMYK 0 0.14 0.51 0.05
HSL 43.06º 0.83% 0.71% -
HSV(B) 43.06º 0.51% 0.95% -
XYZ 62.2 64.81 26.37 -
YUV 207.32 77.6 152.74 -
System Red Green Blue C M Y K H S L
Decimal 242 207 118 0 0.14 0.51 0.05 43.06 0.83 0.71
Hex F2 CF 76 0 E 33 5 2B 53 47
Octal 362 317 166 0 16 63 5 53 123 107
Binary 11110010 11001111 1110110 0 1110 110011 101 101011 1010011 1000111

Color Harmonies of #F2CF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2CF76

Black with #F2CF76

Text Example


Text Example

White with #F2CF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2CF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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