#FCAA33

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

Shades of Lightning Yellow #FCAA33

Tints of Lightning Yellow #FCAA33

Color information

#FCAA33 (or 0xFCAA33) is unknown color: approx Lightning Yellow. HEX triplet: FC, AA and 33. RGB value is (252,170,51). Sum of RGB (Red+Green+Blue) = 252+170+51=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA33 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FCAA33 is #0355CC. Grayscale: #B5B5B5. Windows color (decimal): -218573 or 3386108. OLE color: 3386108.

HSL color Cylindrical-coordinate representation of color #FCAA33: hue angle of 35.52º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FCAA33 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB25217051-
CMYK00.330.800.01
HSL35.52º97.1%59.41%-
HSV(B)35.52º79.76%98.82%-
XYZ55.1249.689.82-
YUV180.9554.67178.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 53.28%
GREEN value IS 170 (66.80% from 255) = 35.94%
BLUE value IS 51 (20.31% from 255) = 10.78%
R=53.28%
G=35.94%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521705100.330.800.0135.5297.159.41
HexFCAA3302150124613b
Octal3742526304112014414173
Binary11111100101010101100110100001101000011001001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA33; }

 p { color: rgb(252,170,51); }

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

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

 a { background-color: rgb(252,170,51); }

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

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

 span { border-color: rgb(252,170,51); }

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