Html Css Color HEX #F5AA3A Lightning Yellow

📋 copy color: '#F5AA3A'

red 245 ◦ green 170 ◦ blue 58

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

Shades of Lightning Yellow #F5AA3A

Tints of Lightning Yellow #F5AA3A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.94%

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

R = 51.8%
G = 35.94%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5AA3A (or 0xF5AA3A) is known color: Lightning Yellow. HEX triplet: F5, AA and 3A. RGB value is (245,170,58). Sum of RGB (Red+Green+Blue) = 245+170+58=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AA3A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AA3A is #0A55C5. Grayscale: #B4B4B4. Windows color (decimal): -677318 or 3844853. OLE color: 3844853.

HSL color Cylindrical-coordinate representation of color #F5AA3A: hue angle of 35.94º 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 #F5AA3A is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 170 58 -
CMYK 0 0.31 0.76 0.04
HSL 35.94º 0.9% 0.59% -
HSV(B) 35.94º 0.76% 0.96% -
XYZ 52.79 48.47 10.58 -
YUV 179.66 59.35 174.61 -
System Red Green Blue C M Y K H S L
Decimal 245 170 58 0 0.31 0.76 0.04 35.94 0.9 0.59
Hex F5 AA 3A 0 1F 4C 4 24 5A 3B
Octal 365 252 72 0 37 114 4 44 132 73
Binary 11110101 10101010 111010 0 11111 1001100 100 100100 1011010 111011

Color Harmonies of #F5AA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AA3A

Black with #F5AA3A

Text Example


Text Example

White with #F5AA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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