Html Css Color HEX #F3E130 Golden Fizz

📋 copy color: '#F3E130'

red 243 ◦ green 225 ◦ blue 48

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

Shades of Golden Fizz #F3E130

Tints of Golden Fizz #F3E130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.6%

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

R = 47.09%
G = 43.6%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F3E130 (or 0xF3E130) is known color: Golden Fizz. HEX triplet: F3, E1 and 30. RGB value is (243,225,48). Sum of RGB (Red+Green+Blue) = 243+225+48=516 (68% of max value = 765). Red value is 243 (95.31% from 255 or 47.09% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 48 (19.14% from 255 or 9.30% from 516); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E130 is #0C1ECF. Grayscale: #D2D2D2. Windows color (decimal): -794320 or 3203571. OLE color: 3203571.

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

Color convert

RGB 243 225 48 -
CMYK 0 0.07 0.80 0.05
HSL 54.46º 0.89% 0.57% -
HSV(B) 54.46º 0.8% 0.95% -
XYZ 64.42 73.12 13.51 -
YUV 210.2 36.46 151.39 -
System Red Green Blue C M Y K H S L
Decimal 243 225 48 0 0.07 0.80 0.05 54.46 0.89 0.57
Hex F3 E1 30 0 7 50 5 36 59 39
Octal 363 341 60 0 7 120 5 66 131 71
Binary 11110011 11100001 110000 0 111 1010000 101 110110 1011001 111001

Color Harmonies of #F3E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3E130

Black with #F3E130

Text Example


Text Example

White with #F3E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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