#F3AE2A

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

Shades of Lightning Yellow #F3AE2A

Tints of Lightning Yellow #F3AE2A

Color information

#F3AE2A (or 0xF3AE2A) is unknown color: approx Lightning Yellow. HEX triplet: F3, AE and 2A. RGB value is (243,174,42). Sum of RGB (Red+Green+Blue) = 243+174+42=459 (60% of max value = 765). Red value is 243 (95.31% from 255 or 52.94% from 459); Green value is 174 (68.36% from 255 or 37.91% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AE2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3AE2A is #0C51D5. Grayscale: #B4B4B4. Windows color (decimal): -807382 or 2797299. OLE color: 2797299.

HSL color Cylindrical-coordinate representation of color #F3AE2A: hue angle of 39.4º 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 #F3AE2A is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB24317442-
CMYK00.280.830.05
HSL39.4º89.33%55.88%-
HSV(B)39.4º82.72%95.29%-
XYZ52.5249.498.98-
YUV179.5850.36173.23-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 52.94%
GREEN value IS 174 (68.36% from 255) = 37.91%
BLUE value IS 42 (16.80% from 255) = 9.15%
R=52.94%
G=37.91%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431744200.280.830.0539.489.3355.88
HexF3AE2A01C535275938
Octal3632565203412354713170
Binary111100111010111010101001110010100111011001111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3AE2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3AE2A; }

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

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

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

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

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

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

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

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