Html Css Color HEX #FDF200 Yellow

📋 copy color: '#FDF200'

red 253 ◦ green 242 ◦ blue 0

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

Shades of Yellow #FDF200

Tints of Yellow #FDF200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.11%
G = 48.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDF200 (or 0xFDF200) is known color: Yellow. HEX triplet: FD, F2 and 00. RGB value is (253,242,0). Sum of RGB (Red+Green+Blue) = 253+242+0=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 0 (0.39% from 255 or 0% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF200 is #020DFF. Grayscale: #DADADA. Windows color (decimal): -134656 or 62205. OLE color: 62205.

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

Color convert

RGB 253 242 0 -
CMYK 0 0.04 1 0.01
HSL 57.39º 1% 0.5% -
HSV(B) 57.39º 1% 0.99% -
XYZ 72.26 84.39 12.48 -
YUV 217.7 5.14 153.18 -
System Red Green Blue C M Y K H S L
Decimal 253 242 0 0 0.04 1 0.01 57.39 1 0.5
Hex FD F2 0 0 4 64 1 39 64 32
Octal 375 362 0 0 4 144 1 71 144 62
Binary 11111101 11110010 0 0 100 1100100 1 111001 1100100 110010

Color Harmonies of #FDF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF200

Black with #FDF200

Text Example


Text Example

White with #FDF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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