#F1AF2F

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

Shades of Lightning Yellow #F1AF2F

Tints of Lightning Yellow #F1AF2F

Color information

#F1AF2F (or 0xF1AF2F) is unknown color: approx Lightning Yellow. HEX triplet: F1, AF and 2F. RGB value is (241,175,47). Sum of RGB (Red+Green+Blue) = 241+175+47=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 47 (18.75% from 255 or 10.15% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AF2F is #0E50D0. Grayscale: #B4B4B4. Windows color (decimal): -938193 or 3125233. OLE color: 3125233.

HSL color Cylindrical-coordinate representation of color #F1AF2F: hue angle of 39.59º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1AF2F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24117547-
CMYK00.270.800.05
HSL39.59º87.39%56.47%-
HSV(B)39.59º80.5%94.51%-
XYZ52.1249.579.51-
YUV180.1452.87171.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 175 (68.75% from 255) = 37.80%
BLUE value IS 47 (18.75% from 255) = 10.15%
R=52.05%
G=37.80%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411754700.270.800.0539.5987.3956.47
HexF1AF2F01B505285738
Octal3612575703312055012770
Binary111100011010111110111101101110100001011010001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AF2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AF2F; }

 p { color: rgb(241,175,47); }

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

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

 a { background-color: rgb(241,175,47); }

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

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

 span { border-color: rgb(241,175,47); }

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