Html Css Color HEX #FDFA00 Yellow

📋 copy color: '#FDFA00'

red 253 ◦ green 250 ◦ blue 0

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

Shades of Yellow #FDFA00

Tints of Yellow #FDFA00

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.7%

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

R = 50.3%
G = 49.7%
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

#FDFA00 (or 0xFDFA00) is known color: Yellow. HEX triplet: FD, FA and 00. RGB value is (253,250,0). Sum of RGB (Red+Green+Blue) = 253+250+0=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 0 (0.39% from 255 or 0% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFA00 is #0205FF. Grayscale: #DFDFDF. Windows color (decimal): -132608 or 64253. OLE color: 64253.

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

Color convert

RGB 253 250 0 -
CMYK 0 0.01 1 0.01
HSL 59.29º 1% 0.5% -
HSV(B) 59.29º 1% 0.99% -
XYZ 74.69 89.25 13.29 -
YUV 222.4 2.49 149.83 -
System Red Green Blue C M Y K H S L
Decimal 253 250 0 0 0.01 1 0.01 59.29 1 0.5
Hex FD FA 0 0 1 64 1 3B 64 32
Octal 375 372 0 0 1 144 1 73 144 62
Binary 11111101 11111010 0 0 1 1100100 1 111011 1100100 110010

Color Harmonies of #FDFA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFA00

Black with #FDFA00

Text Example


Text Example

White with #FDFA00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFA00; }

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

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

background-color css

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

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

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

border-color css

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

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

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