#F3A02D

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

Shades of Lightning Yellow #F3A02D

Tints of Lightning Yellow #F3A02D

Color information

#F3A02D (or 0xF3A02D) is unknown color: approx Lightning Yellow. HEX triplet: F3, A0 and 2D. RGB value is (243,160,45). Sum of RGB (Red+Green+Blue) = 243+160+45=448 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54.24% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A02D is #0C5FD2. Grayscale: #ACACAC. Windows color (decimal): -810963 or 2990323. OLE color: 2990323.

HSL color Cylindrical-coordinate representation of color #F3A02D: hue angle of 34.85º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3A02D is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.05.

Color convert

RGB24316045-
CMYK00.340.810.05
HSL34.85º89.19%56.47%-
HSV(B)34.85º81.48%95.29%-
XYZ50.0144.398.41-
YUV171.7156.5178.85-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54.24%
GREEN value IS 160 (62.89% from 255) = 35.71%
BLUE value IS 45 (17.97% from 255) = 10.04%
R=54.24%
G=35.71%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431604500.340.810.0534.8589.1956.47
HexF3A02D022515235938
Octal3632405504212154313170
Binary1111001110100000101101010001010100011011000111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A02D; }

 p { color: rgb(243,160,45); }

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

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

 a { background-color: rgb(243,160,45); }

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

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

 span { border-color: rgb(243,160,45); }

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