#F5AA34

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

Shades of Lightning Yellow #F5AA34

Tints of Lightning Yellow #F5AA34

Color information

#F5AA34 (or 0xF5AA34) is unknown color: approx Lightning Yellow. HEX triplet: F5, AA and 34. RGB value is (245,170,52). Sum of RGB (Red+Green+Blue) = 245+170+52=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 52 (20.70% from 255 or 11.13% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AA34 is #0A55CB. Grayscale: #B3B3B3. Windows color (decimal): -677324 or 3451637. OLE color: 3451637.

HSL color Cylindrical-coordinate representation of color #F5AA34: hue angle of 36.68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5AA34 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB24517052-
CMYK00.310.790.04
HSL36.68º90.61%58.24%-
HSV(B)36.68º78.78%96.08%-
XYZ52.6548.419.82-
YUV178.9756.35175.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 52.46%
GREEN value IS 170 (66.80% from 255) = 36.40%
BLUE value IS 52 (20.70% from 255) = 11.13%
R=52.46%
G=36.40%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451705200.310.790.0436.6890.6158.24
HexF5AA3401F4F4255b3a
Octal3652526403711744513372
Binary111101011010101011010001111110011111001001011011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AA34; }

 p { color: rgb(245,170,52); }

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

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

 a { background-color: rgb(245,170,52); }

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

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

 span { border-color: rgb(245,170,52); }

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