Html Css Color HEX #FDF701 Yellow

📋 copy color: '#FDF701'

red 253 ◦ green 247 ◦ blue 1

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

Shades of Yellow #FDF701

Tints of Yellow #FDF701

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.3%

 BLUE value IS 1 (0.78% from 255) = 0.2%

R = 50.5%
G = 49.3%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDF701 (or 0xFDF701) is known color: Yellow. HEX triplet: FD, F7 and 01. RGB value is (253,247,1). Sum of RGB (Red+Green+Blue) = 253+247+1=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 1 (0.78% from 255 or 0.20% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF701 is #0208FE. Grayscale: #DDDDDD. Windows color (decimal): -133375 or 129021. OLE color: 129021.

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

Color convert

RGB 253 247 1 -
CMYK 0 0.02 1.00 0.01
HSL 58.57º 0.99% 0.5% -
HSV(B) 58.57º 1% 0.99% -
XYZ 73.77 87.41 13.01 -
YUV 220.75 3.99 151 -
System Red Green Blue C M Y K H S L
Decimal 253 247 1 0 0.02 1.00 0.01 58.57 0.99 0.5
Hex FD F7 1 0 2 64 1 3B 63 32
Octal 375 367 1 0 2 144 1 73 143 62
Binary 11111101 11110111 1 0 10 1100100 1 111011 1100011 110010

Color Harmonies of #FDF701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF701

Black with #FDF701

Text Example


Text Example

White with #FDF701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF701; }

 p { color: rgb(253,247,1); }

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

background-color css

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

 a { background-color: rgb(253,247,1); }

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

border-color css

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

 span { border-color: rgb(253,247,1); }

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