Html Css Color HEX #FDFF0A Yellow

📋 copy color: '#FDFF0A'

red 253 ◦ green 255 ◦ blue 10

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

Shades of Yellow #FDFF0A

Tints of Yellow #FDFF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 49.23%

 BLUE value IS 10 (4.3% from 255) = 1.93%

R = 48.84%
G = 49.23%
B = 1.93%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#FDFF0A (or 0xFDFF0A) is known color: Yellow. HEX triplet: FD, FF and 0A. RGB value is (253,255,10). Sum of RGB (Red+Green+Blue) = 253+255+10=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 10 (4.30% from 255 or 1.93% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF0A is #0200F5. Grayscale: #E3E3E3. Windows color (decimal): -131318 or 720893. OLE color: 720893.

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

Color convert

RGB 253 255 10 -
CMYK 0.01 0 0.96 0
HSL 60.49º 1% 0.52% -
HSV(B) 60.49º 0.96% 1% -
XYZ 76.32 92.42 14.1 -
YUV 226.47 5.84 146.92 -
System Red Green Blue C M Y K H S L
Decimal 253 255 10 0.01 0 0.96 0 60.49 1 0.52
Hex FD FF A 1 0 60 0 3C 64 34
Octal 375 377 12 1 0 140 0 74 144 64
Binary 11111101 11111111 1010 1 0 1100000 0 111100 1100100 110100

Color Harmonies of #FDFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF0A

Black with #FDFF0A

Text Example


Text Example

White with #FDFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF0A; }

 p { color: rgb(253,255,10); }

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

background-color css

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

 a { background-color: rgb(253,255,10); }

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

border-color css

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

 span { border-color: rgb(253,255,10); }

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