Html Css Color HEX #F2D535 Golden Dream

📋 copy color: '#F2D535'

red 242 ◦ green 213 ◦ blue 53

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

Shades of Golden Dream #F2D535

Tints of Golden Dream #F2D535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.43%

R = 47.64%
G = 41.93%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F2D535 (or 0xF2D535) is known color: Golden Dream. HEX triplet: F2, D5 and 35. RGB value is (242,213,53). Sum of RGB (Red+Green+Blue) = 242+213+53=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 213 (83.59% from 255 or 41.93% from 508); Blue value is 53 (21.09% from 255 or 10.43% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D535 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2D535 is #0D2ACA. Grayscale: #CCCCCC. Windows color (decimal): -862923 or 3528178. OLE color: 3528178.

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

Color convert

RGB 242 213 53 -
CMYK 0 0.12 0.78 0.05
HSL 50.79º 0.88% 0.58% -
HSV(B) 50.79º 0.78% 0.95% -
XYZ 61.05 66.72 13.03 -
YUV 203.43 43.11 155.51 -
System Red Green Blue C M Y K H S L
Decimal 242 213 53 0 0.12 0.78 0.05 50.79 0.88 0.58
Hex F2 D5 35 0 C 4E 5 33 58 3A
Octal 362 325 65 0 14 116 5 63 130 72
Binary 11110010 11010101 110101 0 1100 1001110 101 110011 1011000 111010

Color Harmonies of #F2D535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D535

Black with #F2D535

Text Example


Text Example

White with #F2D535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D535; }

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

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

background-color css

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

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

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

border-color css

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

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

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