#f3a025

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

Shades of Lightning Yellow #F3A025

Tints of Lightning Yellow #F3A025

Color information

#F3A025 (or 0xF3A025) is unknown color: approx Lightning Yellow. HEX triplet: F3, A0 and 25. RGB value is (243,160,37). Sum of RGB (Red+Green+Blue) = 243+160+37=440 (58% of max value = 765). Red value is 243 (95.31% from 255 or 55.23% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 37 (14.84% from 255 or 8.41% from 440); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A025 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A025 is #0C5FDA. Grayscale: #ABABAB. Windows color (decimal): -810971 or 2466035. OLE color: 2466035.

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

Color convert

RGB24316037-
CMYK00.340.850.05
HSL35.83º89.57%54.9%-
HSV(B)35.83º84.77%95.29%-
XYZ49.8744.337.68-
YUV170.852.5179.5-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.23%
GREEN value IS 160 (62.89% from 255) = 36.36%
BLUE value IS 37 (14.84% from 255) = 8.41%
R=55.23%
G=36.36%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2431603700.340.850.0535.8389.5754.9
HexF3A025022555245a37
Octal3632404504212554413267
Binary1111001110100000100101010001010101011011001001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3a025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3a025; }

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

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

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

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

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

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

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

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