Html Css Color HEX #FDFB00 Yellow

📋 copy color: '#FDFB00'

red 253 ◦ green 251 ◦ blue 0

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

Shades of Yellow #FDFB00

Tints of Yellow #FDFB00

RGB

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

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

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

R = 50.2%
G = 49.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDFB00 (or 0xFDFB00) is known color: Yellow. HEX triplet: FD, FB and 00. RGB value is (253,251,0). Sum of RGB (Red+Green+Blue) = 253+251+0=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 0 (0.39% from 255 or 0% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFB00 is #0204FF. Grayscale: #DFDFDF. Windows color (decimal): -132352 or 64509. OLE color: 64509.

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

Color convert

RGB 253 251 0 -
CMYK 0 0.01 1 0.01
HSL 59.53º 1% 0.5% -
HSV(B) 59.53º 1% 0.99% -
XYZ 75.01 89.88 13.39 -
YUV 222.98 2.16 149.41 -
System Red Green Blue C M Y K H S L
Decimal 253 251 0 0 0.01 1 0.01 59.53 1 0.5
Hex FD FB 0 0 1 64 1 3C 64 32
Octal 375 373 0 0 1 144 1 74 144 62
Binary 11111101 11111011 0 0 1 1100100 1 111100 1100100 110010

Color Harmonies of #FDFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB00

Black with #FDFB00

Text Example


Text Example

White with #FDFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB00; }

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

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

background-color css

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

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

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

border-color css

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

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

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