Html Css Color HEX #FDA500 Orange

📋 copy color: '#FDA500'

red 253 ◦ green 165 ◦ blue 0

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

Shades of Orange #FDA500

Tints of Orange #FDA500

RGB

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

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

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

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

#FDA500 (or 0xFDA500) is known color: Orange. HEX triplet: FD, A5 and 00. RGB value is (253,165,0). Sum of RGB (Red+Green+Blue) = 253+165+0=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA500 is #025AFF. Grayscale: #ADADAD. Windows color (decimal): -154368 or 42493. OLE color: 42493.

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

Color convert

RGB 253 165 0 -
CMYK 0 0.35 1 0.01
HSL 39.13º 1% 0.5% -
HSV(B) 39.13º 1% 0.99% -
XYZ 53.96 47.79 6.38 -
YUV 172.5 30.65 185.42 -
System Red Green Blue C M Y K H S L
Decimal 253 165 0 0 0.35 1 0.01 39.13 1 0.5
Hex FD A5 0 0 23 64 1 27 64 32
Octal 375 245 0 0 43 144 1 47 144 62
Binary 11111101 10100101 0 0 100011 1100100 1 100111 1100100 110010

Color Harmonies of #FDA500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA500

Black with #FDA500

Text Example


Text Example

White with #FDA500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA500; }

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

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

background-color css

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

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

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

border-color css

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

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

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