Html Css Color HEX #F2D583 Golden Glow

📋 copy color: '#F2D583'

red 242 ◦ green 213 ◦ blue 131

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

Shades of Golden Glow #F2D583

Tints of Golden Glow #F2D583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 41.3%
G = 36.35%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F2D583 (or 0xF2D583) is known color: Golden Glow. HEX triplet: F2, D5 and 83. RGB value is (242,213,131). Sum of RGB (Red+Green+Blue) = 242+213+131=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D583 is #0D2A7C. Grayscale: #D4D4D4. Windows color (decimal): -862845 or 8639986. OLE color: 8639986.

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

Color convert

RGB 242 213 131 -
CMYK 0 0.12 0.46 0.05
HSL 44.32º 0.81% 0.73% -
HSV(B) 44.32º 0.46% 0.95% -
XYZ 64.51 68.1 31.22 -
YUV 212.32 82.11 149.17 -
System Red Green Blue C M Y K H S L
Decimal 242 213 131 0 0.12 0.46 0.05 44.32 0.81 0.73
Hex F2 D5 83 0 C 2E 5 2C 51 49
Octal 362 325 203 0 14 56 5 54 121 111
Binary 11110010 11010101 10000011 0 1100 101110 101 101100 1010001 1001001

Color Harmonies of #F2D583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D583

Black with #F2D583

Text Example


Text Example

White with #F2D583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D583; }

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

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

background-color css

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

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

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

border-color css

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

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

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