Html Css Color HEX #F1DF30 Golden Fizz

📋 copy color: '#F1DF30'

red 241 ◦ green 223 ◦ blue 48

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

Shades of Golden Fizz #F1DF30

Tints of Golden Fizz #F1DF30

RGB

 RED value IS 241 (94.53% from 255) = 47.07%

 GREEN value IS 223 (87.5% from 255) = 43.55%

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

R = 47.07%
G = 43.55%
B = 9.38%

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

#F1DF30 (or 0xF1DF30) is known color: Golden Fizz. HEX triplet: F1, DF and 30. RGB value is (241,223,48). Sum of RGB (Red+Green+Blue) = 241+223+48=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 48 (19.14% from 255 or 9.38% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF30 is #0E20CF. Grayscale: #D1D1D1. Windows color (decimal): -925904 or 3203057. OLE color: 3203057.

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

Color convert

RGB 241 223 48 -
CMYK 0 0.07 0.80 0.05
HSL 54.4º 0.87% 0.57% -
HSV(B) 54.4º 0.8% 0.95% -
XYZ 63.2 71.69 13.3 -
YUV 208.43 37.46 151.23 -
System Red Green Blue C M Y K H S L
Decimal 241 223 48 0 0.07 0.80 0.05 54.4 0.87 0.57
Hex F1 DF 30 0 7 50 5 36 57 39
Octal 361 337 60 0 7 120 5 66 127 71
Binary 11110001 11011111 110000 0 111 1010000 101 110110 1010111 111001

Color Harmonies of #F1DF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF30

Black with #F1DF30

Text Example


Text Example

White with #F1DF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF30; }

 p { color: rgb(241,223,48); }

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

background-color css

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

 a { background-color: rgb(241,223,48); }

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

border-color css

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

 span { border-color: rgb(241,223,48); }

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