Html Css Color HEX #F5DC28 Golden Fizz

📋 copy color: '#F5DC28'

red 245 ◦ green 220 ◦ blue 40

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

Shades of Golden Fizz #F5DC28

Tints of Golden Fizz #F5DC28

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 40 (16.02% from 255) = 7.92%

R = 48.51%
G = 43.56%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5DC28 (or 0xF5DC28) is known color: Golden Fizz. HEX triplet: F5, DC and 28. RGB value is (245,220,40). Sum of RGB (Red+Green+Blue) = 245+220+40=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 40 (16.02% from 255 or 7.92% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DC28 is #0A23D7. Grayscale: #CFCFCF. Windows color (decimal): -664536 or 2678005. OLE color: 2678005.

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

Color convert

RGB 245 220 40 -
CMYK 0 0.10 0.84 0.04
HSL 52.68º 0.91% 0.56% -
HSV(B) 52.68º 0.84% 0.96% -
XYZ 63.63 70.75 12.31 -
YUV 206.96 33.78 155.14 -
System Red Green Blue C M Y K H S L
Decimal 245 220 40 0 0.10 0.84 0.04 52.68 0.91 0.56
Hex F5 DC 28 0 A 54 4 35 5B 38
Octal 365 334 50 0 12 124 4 65 133 70
Binary 11110101 11011100 101000 0 1010 1010100 100 110101 1011011 111000

Color Harmonies of #F5DC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC28

Black with #F5DC28

Text Example


Text Example

White with #F5DC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC28; }

 p { color: rgb(245,220,40); }

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

background-color css

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

 a { background-color: rgb(245,220,40); }

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

border-color css

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

 span { border-color: rgb(245,220,40); }

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