#FDA701

Color #FDA701 Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange #FDA701

Tints of Orange #FDA701

Color information

#FDA701 (or 0xFDA701) is unknown color: approx Orange. HEX triplet: FD, A7 and 01. RGB value is (253,167,1). Sum of RGB (Red+Green+Blue) = 253+167+1=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 167 (65.62% from 255 or 39.67% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA701 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA701 is #0258FE. Grayscale: #AEAEAE. Windows color (decimal): -153855 or 108541. OLE color: 108541.

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

Color convert

RGB2531671-
CMYK00.341.000.01
HSL39.52º99.21%49.8%-
HSV(B)39.52º99.6%99.22%-
XYZ54.3348.526.53-
YUV173.7930.49184.5-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.10%
GREEN value IS 167 (65.62% from 255) = 39.67%
BLUE value IS 1 (0.78% from 255) = 0.24%
R=60.10%
G=39.67%
B=0.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253167100.341.000.0139.5299.2149.8
HexFDA71022641286332
Octal375247104214415014362
Binary111111011010011110100010110010011010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA701; }

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

 H1.HeaderClassName
 {
   color: #FDA701;
 }
 .AnyTagClassName
 {
   color: #FDA701;
 }
</style>
background-color css

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

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

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

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

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

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