Html Css Color HEX #F3D130 Golden Dream

📋 copy color: '#F3D130'

red 243 ◦ green 209 ◦ blue 48

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

Shades of Golden Dream #F3D130

Tints of Golden Dream #F3D130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 48 (19.14% from 255) = 9.6%

R = 48.6%
G = 41.8%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3D130 (or 0xF3D130) is known color: Golden Dream. HEX triplet: F3, D1 and 30. RGB value is (243,209,48). Sum of RGB (Red+Green+Blue) = 243+209+48=500 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.6% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 48 (19.14% from 255 or 9.6% from 500); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D130 is #0C2ECF. Grayscale: #C9C9C9. Windows color (decimal): -798416 or 3199475. OLE color: 3199475.

HSL color Cylindrical-coordinate representation of color #F3D130: hue angle of 49.54º 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 #F3D130 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 209 48 -
CMYK 0 0.14 0.80 0.05
HSL 49.54º 0.89% 0.57% -
HSV(B) 49.54º 0.8% 0.95% -
XYZ 60.3 64.87 12.14 -
YUV 200.81 41.76 158.09 -
System Red Green Blue C M Y K H S L
Decimal 243 209 48 0 0.14 0.80 0.05 49.54 0.89 0.57
Hex F3 D1 30 0 E 50 5 32 59 39
Octal 363 321 60 0 16 120 5 62 131 71
Binary 11110011 11010001 110000 0 1110 1010000 101 110010 1011001 111001

Color Harmonies of #F3D130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D130

Black with #F3D130

Text Example


Text Example

White with #F3D130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D130; }

 p { color: rgb(243,209,48); }

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

background-color css

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

 a { background-color: rgb(243,209,48); }

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

border-color css

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

 span { border-color: rgb(243,209,48); }

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