Html Css Color HEX #FDF100 Yellow

📋 copy color: '#FDF100'

red 253 ◦ green 241 ◦ blue 0

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

Shades of Yellow #FDF100

Tints of Yellow #FDF100

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.79%

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

R = 51.21%
G = 48.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDF100 (or 0xFDF100) is known color: Yellow. HEX triplet: FD, F1 and 00. RGB value is (253,241,0). Sum of RGB (Red+Green+Blue) = 253+241+0=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 0 (0.39% from 255 or 0% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF100 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF100 is #020EFF. Grayscale: #DADADA. Windows color (decimal): -134912 or 61949. OLE color: 61949.

HSL color Cylindrical-coordinate representation of color #FDF100: hue angle of 57.15º 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 #FDF100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 241 0 -
CMYK 0 0.05 1 0.01
HSL 57.15º 1% 0.5% -
HSV(B) 57.15º 1% 0.99% -
XYZ 71.96 83.79 12.38 -
YUV 217.11 5.48 153.6 -
System Red Green Blue C M Y K H S L
Decimal 253 241 0 0 0.05 1 0.01 57.15 1 0.5
Hex FD F1 0 0 5 64 1 39 64 32
Octal 375 361 0 0 5 144 1 71 144 62
Binary 11111101 11110001 0 0 101 1100100 1 111001 1100100 110010

Color Harmonies of #FDF100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF100

Black with #FDF100

Text Example


Text Example

White with #FDF100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF100; }

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

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

background-color css

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

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

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

border-color css

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

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

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