#F3AD2A

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

Shades of Lightning Yellow #F3AD2A

Tints of Lightning Yellow #F3AD2A

Color information

#F3AD2A (or 0xF3AD2A) is unknown color: approx Lightning Yellow. HEX triplet: F3, AD and 2A. RGB value is (243,173,42). Sum of RGB (Red+Green+Blue) = 243+173+42=458 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.06% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 42 (16.80% from 255 or 9.17% from 458); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AD2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AD2A is #0C52D5. Grayscale: #B3B3B3. Windows color (decimal): -807638 or 2797043. OLE color: 2797043.

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

Color convert

RGB24317342-
CMYK00.290.830.05
HSL39.1º89.33%55.88%-
HSV(B)39.1º82.72%95.29%-
XYZ52.3249.118.91-
YUV17950.69173.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.06%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 42 (16.80% from 255) = 9.17%
R=53.06%
G=37.77%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431734200.290.830.0539.189.3355.88
HexF3AD2A01D535275938
Octal3632555203512354713170
Binary111100111010110110101001110110100111011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AD2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AD2A; }

 p { color: rgb(243,173,42); }

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

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

 a { background-color: rgb(243,173,42); }

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

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

 span { border-color: rgb(243,173,42); }

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