#F6A53A

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

Shades of Lightning Yellow #F6A53A

Tints of Lightning Yellow #F6A53A

Color information

#F6A53A (or 0xF6A53A) is unknown color: approx Lightning Yellow. HEX triplet: F6, A5 and 3A. RGB value is (246,165,58). Sum of RGB (Red+Green+Blue) = 246+165+58=469 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.45% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 58 (23.05% from 255 or 12.37% from 469); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A53A is #095AC5. Grayscale: #B1B1B1. Windows color (decimal): -613062 or 3843574. OLE color: 3843574.

HSL color Cylindrical-coordinate representation of color #F6A53A: hue angle of 34.15º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F6A53A is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB24616558-
CMYK00.330.760.04
HSL34.15º91.26%59.61%-
HSV(B)34.15º76.42%96.47%-
XYZ52.2246.8110.29-
YUV177.0260.84177.2-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.45%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 58 (23.05% from 255) = 12.37%
R=52.45%
G=35.18%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461655800.330.760.0434.1591.2659.61
HexF6A53A0214C4225b3c
Octal3662457204111444213374
Binary1111011010100101111010010000110011001001000101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A53A; }

 p { color: rgb(246,165,58); }

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

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

 a { background-color: rgb(246,165,58); }

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

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

 span { border-color: rgb(246,165,58); }

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