Html Css Color HEX #F5AB3A Lightning Yellow

📋 copy color: '#F5AB3A'

red 245 ◦ green 171 ◦ blue 58

#F5AB3A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lightning Yellow #F5AB3A

Tints of Lightning Yellow #F5AB3A

RGB

 RED value IS 245 (96.09% from 255) = 51.69%

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 58 (23.05% from 255) = 12.24%

R = 51.69%
G = 36.08%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5AB3A (or 0xF5AB3A) is known color: Lightning Yellow. HEX triplet: F5, AB and 3A. RGB value is (245,171,58). Sum of RGB (Red+Green+Blue) = 245+171+58=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AB3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AB3A is #0A54C5. Grayscale: #B4B4B4. Windows color (decimal): -677062 or 3845109. OLE color: 3845109.

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

Color convert

RGB 245 171 58 -
CMYK 0 0.30 0.76 0.04
HSL 36.26º 0.9% 0.59% -
HSV(B) 36.26º 0.76% 0.96% -
XYZ 52.98 48.84 10.64 -
YUV 180.24 59.02 174.19 -
System Red Green Blue C M Y K H S L
Decimal 245 171 58 0 0.30 0.76 0.04 36.26 0.9 0.59
Hex F5 AB 3A 0 1E 4C 4 24 5A 3B
Octal 365 253 72 0 36 114 4 44 132 73
Binary 11110101 10101011 111010 0 11110 1001100 100 100100 1011010 111011

Color Harmonies of #F5AB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AB3A

Black with #F5AB3A

Text Example


Text Example

White with #F5AB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AB3A; }

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

 H1.HeaderClassName
 {
   color: #F5AB3A;
 }
 .AnyTagClassName
 {
   color: #F5AB3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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