#FDA83A

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

Shades of Yellow Orange #FDA83A

Tints of Yellow Orange #FDA83A

Color information

#FDA83A (or 0xFDA83A) is unknown color: approx Yellow Orange. HEX triplet: FD, A8 and 3A. RGB value is (253,168,58). Sum of RGB (Red+Green+Blue) = 253+168+58=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 58 (23.05% from 255 or 12.11% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA83A is #0257C5. Grayscale: #B5B5B5. Windows color (decimal): -153542 or 3844349. OLE color: 3844349.

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

Color convert

RGB25316858-
CMYK00.340.770.01
HSL33.85º97.99%60.98%-
HSV(B)33.85º77.08%99.22%-
XYZ55.2749.1910.58-
YUV180.8758.66179.44-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.82%
GREEN value IS 168 (66.02% from 255) = 35.07%
BLUE value IS 58 (23.05% from 255) = 12.11%
R=52.82%
G=35.07%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531685800.340.770.0133.8597.9960.98
HexFDA83A0224D122623d
Octal3752507204211514214275
Binary11111101101010001110100100010100110111000101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA83A; }

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

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

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

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

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

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

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

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