Html Css Color HEX #FDA800 Orange

📋 copy color: '#FDA800'

red 253 ◦ green 168 ◦ blue 0

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

Shades of Orange #FDA800

Tints of Orange #FDA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

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

R = 60.1%
G = 39.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDA800 (or 0xFDA800) is known color: Orange. HEX triplet: FD, A8 and 00. RGB value is (253,168,0). Sum of RGB (Red+Green+Blue) = 253+168+0=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA800 is #0257FF. Grayscale: #AFAFAF. Windows color (decimal): -153600 or 43261. OLE color: 43261.

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

Color convert

RGB 253 168 0 -
CMYK 0 0.34 1 0.01
HSL 39.84º 1% 0.5% -
HSV(B) 39.84º 1% 0.99% -
XYZ 54.51 48.89 6.56 -
YUV 174.26 29.66 184.16 -
System Red Green Blue C M Y K H S L
Decimal 253 168 0 0 0.34 1 0.01 39.84 1 0.5
Hex FD A8 0 0 22 64 1 28 64 32
Octal 375 250 0 0 42 144 1 50 144 62
Binary 11111101 10101000 0 0 100010 1100100 1 101000 1100100 110010

Color Harmonies of #FDA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA800

Black with #FDA800

Text Example


Text Example

White with #FDA800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA800; }

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

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

background-color css

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

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

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

border-color css

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

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

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