Html Css Color HEX #F1A522 Lightning Yellow

📋 copy color: '#F1A522'

red 241 ◦ green 165 ◦ blue 34

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

Shades of Lightning Yellow #F1A522

Tints of Lightning Yellow #F1A522

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.5%

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 54.77%
G = 37.5%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F1A522 (or 0xF1A522) is known color: Lightning Yellow. HEX triplet: F1, A5 and 22. RGB value is (241,165,34). Sum of RGB (Red+Green+Blue) = 241+165+34=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A522 is #0E5ADD. Grayscale: #ADADAD. Windows color (decimal): -940766 or 2270705. OLE color: 2270705.

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

Color convert

RGB 241 165 34 -
CMYK 0 0.32 0.86 0.05
HSL 37.97º 0.88% 0.54% -
HSV(B) 37.97º 0.86% 0.95% -
XYZ 50.02 45.73 7.7 -
YUV 172.79 49.68 176.65 -
System Red Green Blue C M Y K H S L
Decimal 241 165 34 0 0.32 0.86 0.05 37.97 0.88 0.54
Hex F1 A5 22 0 20 56 5 26 58 36
Octal 361 245 42 0 40 126 5 46 130 66
Binary 11110001 10100101 100010 0 100000 1010110 101 100110 1011000 110110

Color Harmonies of #F1A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A522

Black with #F1A522

Text Example


Text Example

White with #F1A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A522; }

 p { color: rgb(241,165,34); }

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

background-color css

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

 a { background-color: rgb(241,165,34); }

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

border-color css

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

 span { border-color: rgb(241,165,34); }

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