Html Css Color HEX #F3D52A Golden Dream

📋 copy color: '#F3D52A'

red 243 ◦ green 213 ◦ blue 42

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

Shades of Golden Dream #F3D52A

Tints of Golden Dream #F3D52A

RGB

 RED value IS 243 (95.31% from 255) = 48.8%

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

 BLUE value IS 42 (16.8% from 255) = 8.43%

R = 48.8%
G = 42.77%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F3D52A (or 0xF3D52A) is known color: Golden Dream. HEX triplet: F3, D5 and 2A. RGB value is (243,213,42). Sum of RGB (Red+Green+Blue) = 243+213+42=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 42 (16.80% from 255 or 8.43% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D52A is #0C2AD5. Grayscale: #CBCBCB. Windows color (decimal): -797398 or 2807283. OLE color: 2807283.

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

Color convert

RGB 243 213 42 -
CMYK 0 0.12 0.83 0.05
HSL 51.04º 0.89% 0.56% -
HSV(B) 51.04º 0.83% 0.95% -
XYZ 61.17 66.81 11.86 -
YUV 202.48 37.44 156.9 -
System Red Green Blue C M Y K H S L
Decimal 243 213 42 0 0.12 0.83 0.05 51.04 0.89 0.56
Hex F3 D5 2A 0 C 53 5 33 59 38
Octal 363 325 52 0 14 123 5 63 131 70
Binary 11110011 11010101 101010 0 1100 1010011 101 110011 1011001 111000

Color Harmonies of #F3D52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D52A

Black with #F3D52A

Text Example


Text Example

White with #F3D52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D52A; }

 p { color: rgb(243,213,42); }

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

background-color css

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

 a { background-color: rgb(243,213,42); }

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

border-color css

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

 span { border-color: rgb(243,213,42); }

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