#FAA433

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

Shades of Lightning Yellow #FAA433

Tints of Lightning Yellow #FAA433

Color information

#FAA433 (or 0xFAA433) is unknown color: approx Lightning Yellow. HEX triplet: FA, A4 and 33. RGB value is (250,164,51). Sum of RGB (Red+Green+Blue) = 250+164+51=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA433 is #055BCC. Grayscale: #B1B1B1. Windows color (decimal): -351181 or 3384570. OLE color: 3384570.

HSL color Cylindrical-coordinate representation of color #FAA433: hue angle of 34.07º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FAA433 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB25016451-
CMYK00.340.800.02
HSL34.07º95.22%59.02%-
HSV(B)34.07º79.6%98.04%-
XYZ53.347.119.42-
YUV176.8356.99180.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.76%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 51 (20.31% from 255) = 10.97%
R=53.76%
G=35.27%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501645100.340.800.0234.0795.2259.02
HexFAA433022502225f3b
Octal3722446304212024213773
Binary111110101010010011001101000101010000101000101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA433; }

 p { color: rgb(250,164,51); }

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

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

 a { background-color: rgb(250,164,51); }

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

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

 span { border-color: rgb(250,164,51); }

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