Html Css Color HEX #F3D328 Golden Dream

📋 copy color: '#F3D328'

red 243 ◦ green 211 ◦ blue 40

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

Shades of Golden Dream #F3D328

Tints of Golden Dream #F3D328

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 40 (16.02% from 255) = 8.1%

R = 49.19%
G = 42.71%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F3D328 (or 0xF3D328) is known color: Golden Dream. HEX triplet: F3, D3 and 28. RGB value is (243,211,40). Sum of RGB (Red+Green+Blue) = 243+211+40=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 40 (16.02% from 255 or 8.10% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D328 is #0C2CD7. Grayscale: #C9C9C9. Windows color (decimal): -797912 or 2675699. OLE color: 2675699.

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

Color convert

RGB 243 211 40 -
CMYK 0 0.13 0.84 0.05
HSL 50.54º 0.89% 0.55% -
HSV(B) 50.54º 0.84% 0.95% -
XYZ 60.64 65.8 11.51 -
YUV 201.07 37.1 157.9 -
System Red Green Blue C M Y K H S L
Decimal 243 211 40 0 0.13 0.84 0.05 50.54 0.89 0.55
Hex F3 D3 28 0 D 54 5 33 59 37
Octal 363 323 50 0 15 124 5 63 131 67
Binary 11110011 11010011 101000 0 1101 1010100 101 110011 1011001 110111

Color Harmonies of #F3D328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D328

Black with #F3D328

Text Example


Text Example

White with #F3D328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D328; }

 p { color: rgb(243,211,40); }

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

background-color css

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

 a { background-color: rgb(243,211,40); }

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

border-color css

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

 span { border-color: rgb(243,211,40); }

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