Html Css Color HEX #FDA400 Orange

📋 copy color: '#FDA400'

red 253 ◦ green 164 ◦ blue 0

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

Shades of Orange #FDA400

Tints of Orange #FDA400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.67%
G = 39.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDA400 (or 0xFDA400) is known color: Orange. HEX triplet: FD, A4 and 00. RGB value is (253,164,0). Sum of RGB (Red+Green+Blue) = 253+164+0=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA400 is #025BFF. Grayscale: #ACACAC. Windows color (decimal): -154624 or 42237. OLE color: 42237.

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

Color convert

RGB 253 164 0 -
CMYK 0 0.35 1 0.01
HSL 38.89º 1% 0.5% -
HSV(B) 38.89º 1% 0.99% -
XYZ 53.78 47.43 6.32 -
YUV 171.92 30.99 185.84 -
System Red Green Blue C M Y K H S L
Decimal 253 164 0 0 0.35 1 0.01 38.89 1 0.5
Hex FD A4 0 0 23 64 1 27 64 32
Octal 375 244 0 0 43 144 1 47 144 62
Binary 11111101 10100100 0 0 100011 1100100 1 100111 1100100 110010

Color Harmonies of #FDA400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA400

Black with #FDA400

Text Example


Text Example

White with #FDA400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA400; }

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

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

background-color css

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

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

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

border-color css

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

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

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