#FCA235

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

Shades of Lightning Yellow #FCA235

Tints of Lightning Yellow #FCA235

Color information

#FCA235 (or 0xFCA235) is unknown color: approx Lightning Yellow. HEX triplet: FC, A2 and 35. RGB value is (252,162,53). Sum of RGB (Red+Green+Blue) = 252+162+53=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA235 is #035DCA. Grayscale: #B1B1B1. Windows color (decimal): -220619 or 3515132. OLE color: 3515132.

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

Color convert

RGB25216253-
CMYK00.360.790.01
HSL32.86º97.07%59.8%-
HSV(B)32.86º78.97%98.82%-
XYZ53.7146.799.57-
YUV176.4858.32181.86-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.96%
GREEN value IS 162 (63.67% from 255) = 34.69%
BLUE value IS 53 (21.09% from 255) = 11.35%
R=53.96%
G=34.69%
B=11.35%

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
Decimal2521625300.360.790.0132.8697.0759.8
HexFCA2350244F121613c
Octal3742426504411714114174
Binary11111100101000101101010100100100111111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA235; }

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

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

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

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

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

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

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

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