#FCA335

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

Shades of Lightning Yellow #FCA335

Tints of Lightning Yellow #FCA335

Color information

#FCA335 (or 0xFCA335) is unknown color: approx Lightning Yellow. HEX triplet: FC, A3 and 35. RGB value is (252,163,53). Sum of RGB (Red+Green+Blue) = 252+163+53=468 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.85% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCA335 is #035CCA. Grayscale: #B1B1B1. Windows color (decimal): -220363 or 3515388. OLE color: 3515388.

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

Color convert

RGB25216353-
CMYK00.350.790.01
HSL33.17º97.07%59.8%-
HSV(B)33.17º78.97%98.82%-
XYZ53.8847.159.63-
YUV177.0757.99181.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.85%
GREEN value IS 163 (64.06% from 255) = 34.83%
BLUE value IS 53 (21.09% from 255) = 11.32%
R=53.85%
G=34.83%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521635300.350.790.0133.1797.0759.8
HexFCA3350234F121613c
Octal3742436504311714114174
Binary11111100101000111101010100011100111111000011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA335; }

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

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

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

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

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

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

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

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