Html Css Color HEX #FDA401 Orange

📋 copy color: '#FDA401'

red 253 ◦ green 164 ◦ blue 1

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

Shades of Orange #FDA401

Tints of Orange #FDA401

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

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

R = 60.53%
G = 39.23%
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

#FDA401 (or 0xFDA401) is known color: Orange. HEX triplet: FD, A4 and 01. RGB value is (253,164,1). Sum of RGB (Red+Green+Blue) = 253+164+1=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA401 is #025BFE. Grayscale: #ACACAC. Windows color (decimal): -154623 or 107773. OLE color: 107773.

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

Color convert

RGB 253 164 1 -
CMYK 0 0.35 1.00 0.01
HSL 38.81º 0.99% 0.5% -
HSV(B) 38.81º 1% 0.99% -
XYZ 53.79 47.44 6.35 -
YUV 172.03 31.49 185.75 -
System Red Green Blue C M Y K H S L
Decimal 253 164 1 0 0.35 1.00 0.01 38.81 0.99 0.5
Hex FD A4 1 0 23 64 1 27 63 32
Octal 375 244 1 0 43 144 1 47 143 62
Binary 11111101 10100100 1 0 100011 1100100 1 100111 1100011 110010

Color Harmonies of #FDA401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA401

Black with #FDA401

Text Example


Text Example

White with #FDA401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA401; }

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

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

background-color css

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

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

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

border-color css

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

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

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