Html Css Color HEX #F2D532 Golden Dream

📋 copy color: '#F2D532'

red 242 ◦ green 213 ◦ blue 50

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

Shades of Golden Dream #F2D532

Tints of Golden Dream #F2D532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.9%

R = 47.92%
G = 42.18%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2D532 (or 0xF2D532) is known color: Golden Dream. HEX triplet: F2, D5 and 32. RGB value is (242,213,50). Sum of RGB (Red+Green+Blue) = 242+213+50=505 (66% of max value = 765). Red value is 242 (94.92% from 255 or 47.92% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 50 (19.92% from 255 or 9.90% from 505); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D532 is #0D2ACD. Grayscale: #CBCBCB. Windows color (decimal): -862926 or 3331570. OLE color: 3331570.

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

Color convert

RGB 242 213 50 -
CMYK 0 0.12 0.79 0.05
HSL 50.94º 0.88% 0.57% -
HSV(B) 50.94º 0.79% 0.95% -
XYZ 60.99 66.7 12.68 -
YUV 203.09 41.61 155.75 -
System Red Green Blue C M Y K H S L
Decimal 242 213 50 0 0.12 0.79 0.05 50.94 0.88 0.57
Hex F2 D5 32 0 C 4F 5 33 58 39
Octal 362 325 62 0 14 117 5 63 130 71
Binary 11110010 11010101 110010 0 1100 1001111 101 110011 1011000 111001

Color Harmonies of #F2D532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D532

Black with #F2D532

Text Example


Text Example

White with #F2D532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D532; }

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

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

background-color css

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

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

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

border-color css

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

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

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