Html Css Color HEX #F1DA2D Golden Fizz

📋 copy color: '#F1DA2D'

red 241 ◦ green 218 ◦ blue 45

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

Shades of Golden Fizz #F1DA2D

Tints of Golden Fizz #F1DA2D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.25%

 BLUE value IS 45 (17.97% from 255) = 8.93%

R = 47.82%
G = 43.25%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1DA2D (or 0xF1DA2D) is known color: Golden Fizz. HEX triplet: F1, DA and 2D. RGB value is (241,218,45). Sum of RGB (Red+Green+Blue) = 241+218+45=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1DA2D is #0E25D2. Grayscale: #CDCDCD. Windows color (decimal): -927187 or 3005169. OLE color: 3005169.

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

Color convert

RGB 241 218 45 -
CMYK 0 0.10 0.81 0.05
HSL 52.96º 0.88% 0.56% -
HSV(B) 52.96º 0.81% 0.95% -
XYZ 61.82 69.03 12.55 -
YUV 205.16 37.62 153.57 -
System Red Green Blue C M Y K H S L
Decimal 241 218 45 0 0.10 0.81 0.05 52.96 0.88 0.56
Hex F1 DA 2D 0 A 51 5 35 58 38
Octal 361 332 55 0 12 121 5 65 130 70
Binary 11110001 11011010 101101 0 1010 1010001 101 110101 1011000 111000

Color Harmonies of #F1DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DA2D

Black with #F1DA2D

Text Example


Text Example

White with #F1DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DA2D; }

 p { color: rgb(241,218,45); }

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

background-color css

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

 a { background-color: rgb(241,218,45); }

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

border-color css

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

 span { border-color: rgb(241,218,45); }

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