Html Css Color HEX #F5DF22 Golden Fizz

📋 copy color: '#F5DF22'

red 245 ◦ green 223 ◦ blue 34

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

Shades of Golden Fizz #F5DF22

Tints of Golden Fizz #F5DF22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 6.77%

R = 48.8%
G = 44.42%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F5DF22 (or 0xF5DF22) is known color: Golden Fizz. HEX triplet: F5, DF and 22. RGB value is (245,223,34). Sum of RGB (Red+Green+Blue) = 245+223+34=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 34 (13.67% from 255 or 6.77% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF22 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF22 is #0A20DD. Grayscale: #D0D0D0. Windows color (decimal): -663774 or 2285557. OLE color: 2285557.

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

Color convert

RGB 245 223 34 -
CMYK 0 0.09 0.86 0.04
HSL 53.74º 0.91% 0.55% -
HSV(B) 53.74º 0.86% 0.96% -
XYZ 64.33 72.3 12.08 -
YUV 208.03 29.79 154.37 -
System Red Green Blue C M Y K H S L
Decimal 245 223 34 0 0.09 0.86 0.04 53.74 0.91 0.55
Hex F5 DF 22 0 9 56 4 36 5B 37
Octal 365 337 42 0 11 126 4 66 133 67
Binary 11110101 11011111 100010 0 1001 1010110 100 110110 1011011 110111

Color Harmonies of #F5DF22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DF22

Black with #F5DF22

Text Example


Text Example

White with #F5DF22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DF22; }

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

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

background-color css

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

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

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

border-color css

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

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

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