#F0A834

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

Shades of Lightning Yellow #F0A834

Tints of Lightning Yellow #F0A834

Color information

#F0A834 (or 0xF0A834) is unknown color: approx Lightning Yellow. HEX triplet: F0, A8 and 34. RGB value is (240,168,52). Sum of RGB (Red+Green+Blue) = 240+168+52=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 168 (66.02% from 255 or 36.52% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A834 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A834 is #0F57CB. Grayscale: #B0B0B0. Windows color (decimal): -1005516 or 3451120. OLE color: 3451120.

HSL color Cylindrical-coordinate representation of color #F0A834: hue angle of 37.02º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0A834 is Cyan = 0, Magento = 0.3, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB24016852-
CMYK00.30.780.06
HSL37.02º86.24%57.25%-
HSV(B)37.02º78.33%94.12%-
XYZ50.5646.789.61-
YUV176.357.85173.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 168 (66.02% from 255) = 36.52%
BLUE value IS 52 (20.70% from 255) = 11.30%
R=52.17%
G=36.52%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401685200.30.780.0637.0286.2457.25
HexF0A83401E4E6255639
Octal3602506403611664512671
Binary111100001010100011010001111010011101101001011010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0A834; }

 p { color: rgb(240,168,52); }

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

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

 a { background-color: rgb(240,168,52); }

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

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

 span { border-color: rgb(240,168,52); }

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