#FCA642

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

Shades of Yellow Orange #FCA642

Tints of Yellow Orange #FCA642

Color information

#FCA642 (or 0xFCA642) is unknown color: approx Yellow Orange. HEX triplet: FC, A6 and 42. RGB value is (252,166,66). Sum of RGB (Red+Green+Blue) = 252+166+66=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA642 is #0359BD. Grayscale: #B4B4B4. Windows color (decimal): -219582 or 4368124. OLE color: 4368124.

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

Color convert

RGB25216666-
CMYK00.340.740.01
HSL32.26º96.88%62.35%-
HSV(B)32.26º73.81%98.82%-
XYZ54.7648.3611.6-
YUV180.3163.49179.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.07%
GREEN value IS 166 (65.23% from 255) = 34.30%
BLUE value IS 66 (26.17% from 255) = 13.64%
R=52.07%
G=34.30%
B=13.64%

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
Decimal2521666600.340.740.0132.2696.8862.35
HexFCA6420224A120613e
Octal37424610204211214014176
Binary111111001010011010000100100010100101011000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA642; }

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

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

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

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

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

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

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

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