Html Css Color HEX #F3D52D Golden Dream

📋 copy color: '#F3D52D'

red 243 ◦ green 213 ◦ blue 45

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

Shades of Golden Dream #F3D52D

Tints of Golden Dream #F3D52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.98%

R = 48.5%
G = 42.51%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F3D52D (or 0xF3D52D) is known color: Golden Dream. HEX triplet: F3, D5 and 2D. RGB value is (243,213,45). Sum of RGB (Red+Green+Blue) = 243+213+45=501 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.50% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 45 (17.97% from 255 or 8.98% from 501); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D52D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D52D is #0C2AD2. Grayscale: #CBCBCB. Windows color (decimal): -797395 or 3003891. OLE color: 3003891.

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

Color convert

RGB 243 213 45 -
CMYK 0 0.12 0.81 0.05
HSL 50.91º 0.89% 0.56% -
HSV(B) 50.91º 0.81% 0.95% -
XYZ 61.23 66.83 12.16 -
YUV 202.82 38.94 156.66 -
System Red Green Blue C M Y K H S L
Decimal 243 213 45 0 0.12 0.81 0.05 50.91 0.89 0.56
Hex F3 D5 2D 0 C 51 5 33 59 38
Octal 363 325 55 0 14 121 5 63 131 70
Binary 11110011 11010101 101101 0 1100 1010001 101 110011 1011001 111000

Color Harmonies of #F3D52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D52D

Black with #F3D52D

Text Example


Text Example

White with #F3D52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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