#F2A635

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

Shades of Lightning Yellow #F2A635

Tints of Lightning Yellow #F2A635

Color information

#F2A635 (or 0xF2A635) is unknown color: approx Lightning Yellow. HEX triplet: F2, A6 and 35. RGB value is (242,166,53). Sum of RGB (Red+Green+Blue) = 242+166+53=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 166 (65.23% from 255 or 36.01% from 461); Blue value is 53 (21.09% from 255 or 11.50% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A635 is #0D59CA. Grayscale: #B0B0B0. Windows color (decimal): -874955 or 3516146. OLE color: 3516146.

HSL color Cylindrical-coordinate representation of color #F2A635: hue angle of 35.87º degrees, saturation: 0.88, 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 #F2A635 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB24216653-
CMYK00.310.780.05
HSL35.87º87.91%57.84%-
HSV(B)35.87º78.1%94.9%-
XYZ50.946.419.64-
YUV175.8458.68175.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.49%
GREEN value IS 166 (65.23% from 255) = 36.01%
BLUE value IS 53 (21.09% from 255) = 11.50%
R=52.49%
G=36.01%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421665300.310.780.0535.8787.9157.84
HexF2A63501F4E524583a
Octal3622466503711654413072
Binary111100101010011011010101111110011101011001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A635; }

 p { color: rgb(242,166,53); }

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

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

 a { background-color: rgb(242,166,53); }

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

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

 span { border-color: rgb(242,166,53); }

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