Html Css Color HEX #F5DF2C Golden Fizz

📋 copy color: '#F5DF2C'

red 245 ◦ green 223 ◦ blue 44

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

Shades of Golden Fizz #F5DF2C

Tints of Golden Fizz #F5DF2C

RGB

 RED value IS 245 (96.09% from 255) = 47.85%

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

 BLUE value IS 44 (17.58% from 255) = 8.59%

R = 47.85%
G = 43.55%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#F5DF2C (or 0xF5DF2C) is known color: Golden Fizz. HEX triplet: F5, DF and 2C. RGB value is (245,223,44). Sum of RGB (Red+Green+Blue) = 245+223+44=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 44 (17.58% from 255 or 8.59% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF2C is #0A20D3. Grayscale: #D1D1D1. Windows color (decimal): -663764 or 2940917. OLE color: 2940917.

HSL color Cylindrical-coordinate representation of color #F5DF2C: hue angle of 53.43º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F5DF2C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 223 44 -
CMYK 0 0.09 0.82 0.04
HSL 53.43º 0.91% 0.57% -
HSV(B) 53.43º 0.82% 0.96% -
XYZ 64.5 72.37 12.95 -
YUV 209.17 34.79 153.55 -
System Red Green Blue C M Y K H S L
Decimal 245 223 44 0 0.09 0.82 0.04 53.43 0.91 0.57
Hex F5 DF 2C 0 9 52 4 35 5B 39
Octal 365 337 54 0 11 122 4 65 133 71
Binary 11110101 11011111 101100 0 1001 1010010 100 110101 1011011 111001

Color Harmonies of #F5DF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DF2C

Black with #F5DF2C

Text Example


Text Example

White with #F5DF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DF2C; }

 p { color: rgb(245,223,44); }

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

background-color css

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

 a { background-color: rgb(245,223,44); }

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

border-color css

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

 span { border-color: rgb(245,223,44); }

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