Html Css Color HEX #F1A124 Lightning Yellow

📋 copy color: '#F1A124'

red 241 ◦ green 161 ◦ blue 36

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

Shades of Lightning Yellow #F1A124

Tints of Lightning Yellow #F1A124

RGB

 RED value IS 241 (94.53% from 255) = 55.02%

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

 BLUE value IS 36 (14.45% from 255) = 8.22%

R = 55.02%
G = 36.76%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F1A124 (or 0xF1A124) is known color: Lightning Yellow. HEX triplet: F1, A1 and 24. RGB value is (241,161,36). Sum of RGB (Red+Green+Blue) = 241+161+36=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 161 (63.28% from 255 or 36.76% from 438); Blue value is 36 (14.45% from 255 or 8.22% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A124 is #0E5EDB. Grayscale: #ABABAB. Windows color (decimal): -941788 or 2400753. OLE color: 2400753.

HSL color Cylindrical-coordinate representation of color #F1A124: hue angle of 36.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F1A124 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 161 36 -
CMYK 0 0.33 0.85 0.05
HSL 36.59º 0.88% 0.54% -
HSV(B) 36.59º 0.85% 0.95% -
XYZ 49.34 44.32 7.62 -
YUV 170.67 52 178.16 -
System Red Green Blue C M Y K H S L
Decimal 241 161 36 0 0.33 0.85 0.05 36.59 0.88 0.54
Hex F1 A1 24 0 21 55 5 25 58 36
Octal 361 241 44 0 41 125 5 45 130 66
Binary 11110001 10100001 100100 0 100001 1010101 101 100101 1011000 110110

Color Harmonies of #F1A124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A124

Black with #F1A124

Text Example


Text Example

White with #F1A124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A124; }

 p { color: rgb(241,161,36); }

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

background-color css

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

 a { background-color: rgb(241,161,36); }

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

border-color css

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

 span { border-color: rgb(241,161,36); }

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