Html Css Color HEX #F2D533 Golden Dream

📋 copy color: '#F2D533'

red 242 ◦ green 213 ◦ blue 51

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

Shades of Golden Dream #F2D533

Tints of Golden Dream #F2D533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.08%

R = 47.83%
G = 42.09%
B = 10.08%

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

#F2D533 (or 0xF2D533) is known color: Golden Dream. HEX triplet: F2, D5 and 33. RGB value is (242,213,51). Sum of RGB (Red+Green+Blue) = 242+213+51=506 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.83% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 51 (20.31% from 255 or 10.08% from 506); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D533 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D533 is #0D2ACC. Grayscale: #CBCBCB. Windows color (decimal): -862925 or 3397106. OLE color: 3397106.

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

Color convert

RGB 242 213 51 -
CMYK 0 0.12 0.79 0.05
HSL 50.89º 0.88% 0.57% -
HSV(B) 50.89º 0.79% 0.95% -
XYZ 61.01 66.7 12.79 -
YUV 203.2 42.11 155.67 -
System Red Green Blue C M Y K H S L
Decimal 242 213 51 0 0.12 0.79 0.05 50.89 0.88 0.57
Hex F2 D5 33 0 C 4F 5 33 58 39
Octal 362 325 63 0 14 117 5 63 130 71
Binary 11110010 11010101 110011 0 1100 1001111 101 110011 1011000 111001

Color Harmonies of #F2D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D533

Black with #F2D533

Text Example


Text Example

White with #F2D533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D533; }

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

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

background-color css

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

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

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

border-color css

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

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

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