Html Css Color HEX #F1DF2A Golden Fizz

📋 copy color: '#F1DF2A'

red 241 ◦ green 223 ◦ blue 42

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

Shades of Golden Fizz #F1DF2A

Tints of Golden Fizz #F1DF2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.3%

R = 47.63%
G = 44.07%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1DF2A (or 0xF1DF2A) is known color: Golden Fizz. HEX triplet: F1, DF and 2A. RGB value is (241,223,42). Sum of RGB (Red+Green+Blue) = 241+223+42=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 42 (16.80% from 255 or 8.30% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DF2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DF2A is #0E20D5. Grayscale: #D0D0D0. Windows color (decimal): -925910 or 2809841. OLE color: 2809841.

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

Color convert

RGB 241 223 42 -
CMYK 0 0.07 0.83 0.05
HSL 54.57º 0.88% 0.55% -
HSV(B) 54.57º 0.83% 0.95% -
XYZ 63.08 71.64 12.69 -
YUV 207.75 34.46 151.72 -
System Red Green Blue C M Y K H S L
Decimal 241 223 42 0 0.07 0.83 0.05 54.57 0.88 0.55
Hex F1 DF 2A 0 7 53 5 37 58 37
Octal 361 337 52 0 7 123 5 67 130 67
Binary 11110001 11011111 101010 0 111 1010011 101 110111 1011000 110111

Color Harmonies of #F1DF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DF2A

Black with #F1DF2A

Text Example


Text Example

White with #F1DF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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