#F5AB38

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

Shades of Lightning Yellow #F5AB38

Tints of Lightning Yellow #F5AB38

Color information

#F5AB38 (or 0xF5AB38) is unknown color: approx Lightning Yellow. HEX triplet: F5, AB and 38. RGB value is (245,171,56). Sum of RGB (Red+Green+Blue) = 245+171+56=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB38 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB38 is #0A54C7. Grayscale: #B4B4B4. Windows color (decimal): -677064 or 3714037. OLE color: 3714037.

HSL color Cylindrical-coordinate representation of color #F5AB38: hue angle of 36.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5AB38 is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB24517156-
CMYK00.300.770.04
HSL36.51º90.43%59.02%-
HSV(B)36.51º77.14%96.08%-
XYZ52.9348.8210.38-
YUV180.0258.02174.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.91%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 56 (22.27% from 255) = 11.86%
R=51.91%
G=36.23%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451715600.300.770.0436.5190.4359.02
HexF5AB3801E4D4255a3b
Octal3652537003611544513273
Binary111101011010101111100001111010011011001001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AB38; }

 p { color: rgb(245,171,56); }

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

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

 a { background-color: rgb(245,171,56); }

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

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

 span { border-color: rgb(245,171,56); }

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