Html Css Color HEX #FDF204 Yellow

📋 copy color: '#FDF204'

red 253 ◦ green 242 ◦ blue 4

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

Shades of Yellow #FDF204

Tints of Yellow #FDF204

RGB

 RED value IS 253 (99.22% from 255) = 50.7%

 GREEN value IS 242 (94.92% from 255) = 48.5%

 BLUE value IS 4 (1.95% from 255) = 0.8%

R = 50.7%
G = 48.5%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FDF204 (or 0xFDF204) is known color: Yellow. HEX triplet: FD, F2 and 04. RGB value is (253,242,4). Sum of RGB (Red+Green+Blue) = 253+242+4=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 4 (1.95% from 255 or 0.80% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF204 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF204 is #020DFB. Grayscale: #DBDBDB. Windows color (decimal): -134652 or 324349. OLE color: 324349.

HSL color Cylindrical-coordinate representation of color #FDF204: hue angle of 57.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDF204 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 4 -
CMYK 0 0.04 0.98 0.01
HSL 57.35º 0.98% 0.5% -
HSV(B) 57.35º 0.98% 0.99% -
XYZ 72.28 84.4 12.6 -
YUV 218.16 7.14 152.85 -
System Red Green Blue C M Y K H S L
Decimal 253 242 4 0 0.04 0.98 0.01 57.35 0.98 0.5
Hex FD F2 4 0 4 62 1 39 62 32
Octal 375 362 4 0 4 142 1 71 142 62
Binary 11111101 11110010 100 0 100 1100010 1 111001 1100010 110010

Color Harmonies of #FDF204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF204

Black with #FDF204

Text Example


Text Example

White with #FDF204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF204; }

 p { color: rgb(253,242,4); }

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

background-color css

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

 a { background-color: rgb(253,242,4); }

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

border-color css

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

 span { border-color: rgb(253,242,4); }

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