Html Css Color HEX #F2D584 Golden Glow

📋 copy color: '#F2D584'

red 242 ◦ green 213 ◦ blue 132

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

Shades of Golden Glow #F2D584

Tints of Golden Glow #F2D584

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 132 (51.95% from 255) = 22.49%

R = 41.23%
G = 36.29%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#F2D584 (or 0xF2D584) is known color: Golden Glow. HEX triplet: F2, D5 and 84. RGB value is (242,213,132). Sum of RGB (Red+Green+Blue) = 242+213+132=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D584 is #0D2A7B. Grayscale: #D4D4D4. Windows color (decimal): -862844 or 8705522. OLE color: 8705522.

HSL color Cylindrical-coordinate representation of color #F2D584: hue angle of 44.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2D584 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 213 132 -
CMYK 0 0.12 0.45 0.05
HSL 44.18º 0.81% 0.73% -
HSV(B) 44.18º 0.45% 0.95% -
XYZ 64.58 68.13 31.58 -
YUV 212.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 242 213 132 0 0.12 0.45 0.05 44.18 0.81 0.73
Hex F2 D5 84 0 C 2D 5 2C 51 49
Octal 362 325 204 0 14 55 5 54 121 111
Binary 11110010 11010101 10000100 0 1100 101101 101 101100 1010001 1001001

Color Harmonies of #F2D584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D584

Black with #F2D584

Text Example


Text Example

White with #F2D584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D584; }

 p { color: rgb(242,213,132); }

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

background-color css

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

 a { background-color: rgb(242,213,132); }

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

border-color css

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

 span { border-color: rgb(242,213,132); }

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