#FDA93A

Color #FDA93A Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FDA93A

Tints of Yellow Orange #FDA93A

Color information

#FDA93A (or 0xFDA93A) is unknown color: approx Yellow Orange. HEX triplet: FD, A9 and 3A. RGB value is (253,169,58). Sum of RGB (Red+Green+Blue) = 253+169+58=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 169 (66.41% from 255 or 35.21% from 480); Blue value is 58 (23.05% from 255 or 12.08% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA93A is #0256C5. Grayscale: #B5B5B5. Windows color (decimal): -153286 or 3844605. OLE color: 3844605.

HSL color Cylindrical-coordinate representation of color #FDA93A: hue angle of 34.15º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FDA93A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB25316958-
CMYK00.330.770.01
HSL34.15º97.99%60.98%-
HSV(B)34.15º77.08%99.22%-
XYZ55.4649.5610.65-
YUV181.4658.33179.03-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.71%
GREEN value IS 169 (66.41% from 255) = 35.21%
BLUE value IS 58 (23.05% from 255) = 12.08%
R=52.71%
G=35.21%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531695800.330.770.0134.1597.9960.98
HexFDA93A0214D122623d
Octal3752517204111514214275
Binary11111101101010011110100100001100110111000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA93A; }

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

 H1.HeaderClassName
 {
   color: #FDA93A;
 }
 .AnyTagClassName
 {
   color: #FDA93A;
 }
</style>
background-color css

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

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

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

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

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

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