Html Css Color HEX #FDA900 Orange

📋 copy color: '#FDA900'

red 253 ◦ green 169 ◦ blue 0

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

Shades of Orange #FDA900

Tints of Orange #FDA900

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

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

R = 59.95%
G = 40.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FDA900 (or 0xFDA900) is known color: Orange. HEX triplet: FD, A9 and 00. RGB value is (253,169,0). Sum of RGB (Red+Green+Blue) = 253+169+0=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDA900 is #0256FF. Grayscale: #AFAFAF. Windows color (decimal): -153344 or 43517. OLE color: 43517.

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

Color convert

RGB 253 169 0 -
CMYK 0 0.33 1 0.01
HSL 40.08º 1% 0.5% -
HSV(B) 40.08º 1% 0.99% -
XYZ 54.7 49.26 6.63 -
YUV 174.85 29.33 183.74 -
System Red Green Blue C M Y K H S L
Decimal 253 169 0 0 0.33 1 0.01 40.08 1 0.5
Hex FD A9 0 0 21 64 1 28 64 32
Octal 375 251 0 0 41 144 1 50 144 62
Binary 11111101 10101001 0 0 100001 1100100 1 101000 1100100 110010

Color Harmonies of #FDA900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA900

Black with #FDA900

Text Example


Text Example

White with #FDA900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA900; }

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

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

background-color css

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

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

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

border-color css

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

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

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