Html Css Color HEX #F3D331 Golden Dream

📋 copy color: '#F3D331'

red 243 ◦ green 211 ◦ blue 49

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

Shades of Golden Dream #F3D331

Tints of Golden Dream #F3D331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.74%

R = 48.31%
G = 41.95%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3D331 (or 0xF3D331) is known color: Golden Dream. HEX triplet: F3, D3 and 31. RGB value is (243,211,49). Sum of RGB (Red+Green+Blue) = 243+211+49=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 49 (19.53% from 255 or 9.74% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D331 is #0C2CCE. Grayscale: #CACACA. Windows color (decimal): -797903 or 3265523. OLE color: 3265523.

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

Color convert

RGB 243 211 49 -
CMYK 0 0.13 0.80 0.05
HSL 50.1º 0.89% 0.57% -
HSV(B) 50.1º 0.8% 0.95% -
XYZ 60.81 65.86 12.41 -
YUV 202.1 41.6 157.17 -
System Red Green Blue C M Y K H S L
Decimal 243 211 49 0 0.13 0.80 0.05 50.1 0.89 0.57
Hex F3 D3 31 0 D 50 5 32 59 39
Octal 363 323 61 0 15 120 5 62 131 71
Binary 11110011 11010011 110001 0 1101 1010000 101 110010 1011001 111001

Color Harmonies of #F3D331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D331

Black with #F3D331

Text Example


Text Example

White with #F3D331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D331; }

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

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

background-color css

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

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

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

border-color css

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

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

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