#F1A433

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

Shades of Lightning Yellow #F1A433

Tints of Lightning Yellow #F1A433

Color information

#F1A433 (or 0xF1A433) is unknown color: approx Lightning Yellow. HEX triplet: F1, A4 and 33. RGB value is (241,164,51). Sum of RGB (Red+Green+Blue) = 241+164+51=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 51 (20.31% from 255 or 11.18% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A433 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A433 is #0E5BCC. Grayscale: #AEAEAE. Windows color (decimal): -941005 or 3384561. OLE color: 3384561.

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

Color convert

RGB24116451-
CMYK00.320.790.05
HSL35.68º87.16%57.25%-
HSV(B)35.68º78.84%94.51%-
XYZ50.1545.499.27-
YUV174.1458.51175.69-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.85%
GREEN value IS 164 (64.45% from 255) = 35.96%
BLUE value IS 51 (20.31% from 255) = 11.18%
R=52.85%
G=35.96%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411645100.320.790.0535.6887.1657.25
HexF1A4330204F5245739
Octal3612446304011754412771
Binary1111000110100100110011010000010011111011001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A433; }

 p { color: rgb(241,164,51); }

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

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

 a { background-color: rgb(241,164,51); }

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

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

 span { border-color: rgb(241,164,51); }

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