#F1A835

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

Shades of Lightning Yellow #F1A835

Tints of Lightning Yellow #F1A835

Color information

#F1A835 (or 0xF1A835) is unknown color: approx Lightning Yellow. HEX triplet: F1, A8 and 35. RGB value is (241,168,53). Sum of RGB (Red+Green+Blue) = 241+168+53=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 53 (21.09% from 255 or 11.47% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A835 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A835 is #0E57CA. Grayscale: #B1B1B1. Windows color (decimal): -939979 or 3516657. OLE color: 3516657.

HSL color Cylindrical-coordinate representation of color #F1A835: hue angle of 36.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F1A835 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24116853-
CMYK00.300.780.05
HSL36.7º87.04%57.65%-
HSV(B)36.7º78.01%94.51%-
XYZ50.9246.969.75-
YUV176.7258.18173.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.16%
GREEN value IS 168 (66.02% from 255) = 36.36%
BLUE value IS 53 (21.09% from 255) = 11.47%
R=52.16%
G=36.36%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411685300.300.780.0536.787.0457.65
HexF1A83501E4E525573a
Octal3612506503611654512772
Binary111100011010100011010101111010011101011001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A835; }

 p { color: rgb(241,168,53); }

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

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

 a { background-color: rgb(241,168,53); }

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

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

 span { border-color: rgb(241,168,53); }

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