#FDA642

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

Shades of Yellow Orange #FDA642

Tints of Yellow Orange #FDA642

Color information

#FDA642 (or 0xFDA642) is unknown color: approx Yellow Orange. HEX triplet: FD, A6 and 42. RGB value is (253,166,66). Sum of RGB (Red+Green+Blue) = 253+166+66=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA642 is #0259BD. Grayscale: #B5B5B5. Windows color (decimal): -154046 or 4368125. OLE color: 4368125.

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

Color convert

RGB25316666-
CMYK00.340.740.01
HSL32.09º97.91%62.55%-
HSV(B)32.09º73.91%99.22%-
XYZ55.1348.5511.62-
YUV180.6163.32179.63-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.16%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 66 (26.17% from 255) = 13.61%
R=52.16%
G=34.23%
B=13.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531666600.340.740.0132.0997.9162.55
HexFDA6420224A120623f
Octal37524610204211214014277
Binary111111011010011010000100100010100101011000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA642; }

 p { color: rgb(253,166,66); }

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

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

 a { background-color: rgb(253,166,66); }

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

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

 span { border-color: rgb(253,166,66); }

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