Html Css Color HEX #FDA901 Orange

📋 copy color: '#FDA901'

red 253 ◦ green 169 ◦ blue 1

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

Shades of Orange #FDA901

Tints of Orange #FDA901

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.95%

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

R = 59.81%
G = 39.95%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FDA901 (or 0xFDA901) is known color: Orange. HEX triplet: FD, A9 and 01. RGB value is (253,169,1). Sum of RGB (Red+Green+Blue) = 253+169+1=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 1 (0.78% from 255 or 0.24% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA901 is #0256FE. Grayscale: #AFAFAF. Windows color (decimal): -153343 or 109053. OLE color: 109053.

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

Color convert

RGB 253 169 1 -
CMYK 0 0.33 1.00 0.01
HSL 40º 0.99% 0.5% -
HSV(B) 40º 1% 0.99% -
XYZ 54.7 49.26 6.65 -
YUV 174.96 29.83 183.66 -
System Red Green Blue C M Y K H S L
Decimal 253 169 1 0 0.33 1.00 0.01 40 0.99 0.5
Hex FD A9 1 0 21 64 1 28 63 32
Octal 375 251 1 0 41 144 1 50 143 62
Binary 11111101 10101001 1 0 100001 1100100 1 101000 1100011 110010

Color Harmonies of #FDA901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA901

Black with #FDA901

Text Example


Text Example

White with #FDA901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA901; }

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

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

background-color css

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

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

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

border-color css

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

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

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