Html Css Color HEX #FDA300 Orange

📋 copy color: '#FDA300'

red 253 ◦ green 163 ◦ blue 0

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

Shades of Orange #FDA300

Tints of Orange #FDA300

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.18%

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

R = 60.82%
G = 39.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDA300 (or 0xFDA300) is known color: Orange. HEX triplet: FD, A3 and 00. RGB value is (253,163,0). Sum of RGB (Red+Green+Blue) = 253+163+0=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 163 (64.06% from 255 or 39.18% from 416); Blue value is 0 (0.39% from 255 or 0% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA300 is #025CFF. Grayscale: #ACACAC. Windows color (decimal): -154880 or 41981. OLE color: 41981.

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

Color convert

RGB 253 163 0 -
CMYK 0 0.36 1 0.01
HSL 38.66º 1% 0.5% -
HSV(B) 38.66º 1% 0.99% -
XYZ 53.61 47.08 6.26 -
YUV 171.33 31.32 186.25 -
System Red Green Blue C M Y K H S L
Decimal 253 163 0 0 0.36 1 0.01 38.66 1 0.5
Hex FD A3 0 0 24 64 1 27 64 32
Octal 375 243 0 0 44 144 1 47 144 62
Binary 11111101 10100011 0 0 100100 1100100 1 100111 1100100 110010

Color Harmonies of #FDA300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA300

Black with #FDA300

Text Example


Text Example

White with #FDA300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA300; }

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

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

background-color css

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

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

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

border-color css

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

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

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