Html Css Color HEX #F5A129 Lightning Yellow

📋 copy color: '#F5A129'

red 245 ◦ green 161 ◦ blue 41

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

Shades of Lightning Yellow #F5A129

Tints of Lightning Yellow #F5A129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.02%

 BLUE value IS 41 (16.41% from 255) = 9.17%

R = 54.81%
G = 36.02%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5A129 (or 0xF5A129) is known color: Lightning Yellow. HEX triplet: F5, A1 and 29. RGB value is (245,161,41). Sum of RGB (Red+Green+Blue) = 245+161+41=447 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.81% from 447); Green value is 161 (63.28% from 255 or 36.02% from 447); Blue value is 41 (16.41% from 255 or 9.17% from 447); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A129 is #0A5ED6. Grayscale: #ADADAD. Windows color (decimal): -679639 or 2728437. OLE color: 2728437.

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

Color convert

RGB 245 161 41 -
CMYK 0 0.34 0.83 0.04
HSL 35.29º 0.91% 0.56% -
HSV(B) 35.29º 0.83% 0.96% -
XYZ 50.8 45.06 8.12 -
YUV 172.44 53.83 179.76 -
System Red Green Blue C M Y K H S L
Decimal 245 161 41 0 0.34 0.83 0.04 35.29 0.91 0.56
Hex F5 A1 29 0 22 53 4 23 5B 38
Octal 365 241 51 0 42 123 4 43 133 70
Binary 11110101 10100001 101001 0 100010 1010011 100 100011 1011011 111000

Color Harmonies of #F5A129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A129

Black with #F5A129

Text Example


Text Example

White with #F5A129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A129; }

 p { color: rgb(245,161,41); }

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

background-color css

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

 a { background-color: rgb(245,161,41); }

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

border-color css

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

 span { border-color: rgb(245,161,41); }

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