#FCA135

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

Shades of Lightning Yellow #FCA135

Tints of Lightning Yellow #FCA135

Color information

#FCA135 (or 0xFCA135) is unknown color: approx Lightning Yellow. HEX triplet: FC, A1 and 35. RGB value is (252,161,53). Sum of RGB (Red+Green+Blue) = 252+161+53=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA135 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA135 is #035ECA. Grayscale: #B0B0B0. Windows color (decimal): -220875 or 3514876. OLE color: 3514876.

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

Color convert

RGB25216153-
CMYK00.360.790.01
HSL32.56º97.07%59.8%-
HSV(B)32.56º78.97%98.82%-
XYZ53.5346.449.51-
YUV175.958.65182.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 54.08%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 53 (21.09% from 255) = 11.37%
R=54.08%
G=34.55%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521615300.360.790.0132.5697.0759.8
HexFCA1350244F121613c
Octal3742416504411714114174
Binary11111100101000011101010100100100111111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA135; }

 p { color: rgb(252,161,53); }

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

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

 a { background-color: rgb(252,161,53); }

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

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

 span { border-color: rgb(252,161,53); }

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