Html Css Color HEX #F2D67A Golden Glow

📋 copy color: '#F2D67A'

red 242 ◦ green 214 ◦ blue 122

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

Shades of Golden Glow #F2D67A

Tints of Golden Glow #F2D67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

 BLUE value IS 122 (48.05% from 255) = 21.11%

R = 41.87%
G = 37.02%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2D67A (or 0xF2D67A) is known color: Golden Glow. HEX triplet: F2, D6 and 7A. RGB value is (242,214,122). Sum of RGB (Red+Green+Blue) = 242+214+122=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 122 (48.05% from 255 or 21.11% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D67A is #0D2985. Grayscale: #D4D4D4. Windows color (decimal): -862598 or 8050418. OLE color: 8050418.

HSL color Cylindrical-coordinate representation of color #F2D67A: hue angle of 46º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D67A is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 214 122 -
CMYK 0 0.12 0.50 0.05
HSL 46º 0.82% 0.71% -
HSV(B) 46º 0.5% 0.95% -
XYZ 64.18 68.38 28.23 -
YUV 211.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 242 214 122 0 0.12 0.50 0.05 46 0.82 0.71
Hex F2 D6 7A 0 C 32 5 2E 52 47
Octal 362 326 172 0 14 62 5 56 122 107
Binary 11110010 11010110 1111010 0 1100 110010 101 101110 1010010 1000111

Color Harmonies of #F2D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D67A

Black with #F2D67A

Text Example


Text Example

White with #F2D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D67A; }

 p { color: rgb(242,214,122); }

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

background-color css

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

 a { background-color: rgb(242,214,122); }

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

border-color css

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

 span { border-color: rgb(242,214,122); }

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