Html Css Color HEX #FDA501 Orange

📋 copy color: '#FDA501'

red 253 ◦ green 165 ◦ blue 1

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

Shades of Orange #FDA501

Tints of Orange #FDA501

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.38%

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

R = 60.38%
G = 39.38%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDA501 (or 0xFDA501) is known color: Orange. HEX triplet: FD, A5 and 01. RGB value is (253,165,1). Sum of RGB (Red+Green+Blue) = 253+165+1=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA501 is #025AFE. Grayscale: #ADADAD. Windows color (decimal): -154367 or 108029. OLE color: 108029.

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

Color convert

RGB 253 165 1 -
CMYK 0 0.35 1.00 0.01
HSL 39.05º 0.99% 0.5% -
HSV(B) 39.05º 1% 0.99% -
XYZ 53.97 47.8 6.41 -
YUV 172.62 31.15 185.34 -
System Red Green Blue C M Y K H S L
Decimal 253 165 1 0 0.35 1.00 0.01 39.05 0.99 0.5
Hex FD A5 1 0 23 64 1 27 63 32
Octal 375 245 1 0 43 144 1 47 143 62
Binary 11111101 10100101 1 0 100011 1100100 1 100111 1100011 110010

Color Harmonies of #FDA501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA501

Black with #FDA501

Text Example


Text Example

White with #FDA501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA501; }

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

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

background-color css

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

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

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

border-color css

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

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

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