Html Css Color HEX #FDFB01 Yellow

📋 copy color: '#FDFB01'

red 253 ◦ green 251 ◦ blue 1

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

Shades of Yellow #FDFB01

Tints of Yellow #FDFB01

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.7%

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

R = 50.1%
G = 49.7%
B = 0.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDFB01 (or 0xFDFB01) is known color: Yellow. HEX triplet: FD, FB and 01. RGB value is (253,251,1). Sum of RGB (Red+Green+Blue) = 253+251+1=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 251 (98.44% from 255 or 49.70% from 505); Blue value is 1 (0.78% from 255 or 0.20% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB01 is #0204FE. Grayscale: #E0E0E0. Windows color (decimal): -132351 or 130045. OLE color: 130045.

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

Color convert

RGB 253 251 1 -
CMYK 0 0.01 1.00 0.01
HSL 59.52º 0.99% 0.5% -
HSV(B) 59.52º 1% 0.99% -
XYZ 75.01 89.88 13.42 -
YUV 223.1 2.66 149.33 -
System Red Green Blue C M Y K H S L
Decimal 253 251 1 0 0.01 1.00 0.01 59.52 0.99 0.5
Hex FD FB 1 0 1 64 1 3C 63 32
Octal 375 373 1 0 1 144 1 74 143 62
Binary 11111101 11111011 1 0 1 1100100 1 111100 1100011 110010

Color Harmonies of #FDFB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB01

Black with #FDFB01

Text Example


Text Example

White with #FDFB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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