Html Css Color HEX #F8DF25 Golden Fizz

📋 copy color: '#F8DF25'

red 248 ◦ green 223 ◦ blue 37

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

Shades of Golden Fizz #F8DF25

Tints of Golden Fizz #F8DF25

RGB

 RED value IS 248 (97.27% from 255) = 48.82%

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

 BLUE value IS 37 (14.84% from 255) = 7.28%

R = 48.82%
G = 43.9%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8DF25 (or 0xF8DF25) is known color: Golden Fizz. HEX triplet: F8, DF and 25. RGB value is (248,223,37). Sum of RGB (Red+Green+Blue) = 248+223+37=508 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.82% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DF25 is #0720DA. Grayscale: #D2D2D2. Windows color (decimal): -467163 or 2482168. OLE color: 2482168.

HSL color Cylindrical-coordinate representation of color #F8DF25: hue angle of 52.89º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8DF25 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 223 37 -
CMYK 0 0.10 0.85 0.03
HSL 52.89º 0.94% 0.56% -
HSV(B) 52.89º 0.85% 0.97% -
XYZ 65.43 72.87 12.37 -
YUV 209.27 30.78 155.62 -
System Red Green Blue C M Y K H S L
Decimal 248 223 37 0 0.10 0.85 0.03 52.89 0.94 0.56
Hex F8 DF 25 0 A 55 3 35 5E 38
Octal 370 337 45 0 12 125 3 65 136 70
Binary 11111000 11011111 100101 0 1010 1010101 11 110101 1011110 111000

Color Harmonies of #F8DF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DF25

Black with #F8DF25

Text Example


Text Example

White with #F8DF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DF25; }

 p { color: rgb(248,223,37); }

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

background-color css

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

 a { background-color: rgb(248,223,37); }

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

border-color css

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

 span { border-color: rgb(248,223,37); }

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