Html Css Color HEX #F1A822 Lightning Yellow

📋 copy color: '#F1A822'

red 241 ◦ green 168 ◦ blue 34

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

Shades of Lightning Yellow #F1A822

Tints of Lightning Yellow #F1A822

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.92%

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

R = 54.4%
G = 37.92%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F1A822 (or 0xF1A822) is known color: Lightning Yellow. HEX triplet: F1, A8 and 22. RGB value is (241,168,34). Sum of RGB (Red+Green+Blue) = 241+168+34=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 34 (13.67% from 255 or 7.67% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A822 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A822 is #0E57DD. Grayscale: #AFAFAF. Windows color (decimal): -939998 or 2271473. OLE color: 2271473.

HSL color Cylindrical-coordinate representation of color #F1A822: hue angle of 38.84º 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 #F1A822 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 168 34 -
CMYK 0 0.30 0.86 0.05
HSL 38.84º 0.88% 0.54% -
HSV(B) 38.84º 0.86% 0.95% -
XYZ 50.57 46.82 7.89 -
YUV 174.55 48.68 175.4 -
System Red Green Blue C M Y K H S L
Decimal 241 168 34 0 0.30 0.86 0.05 38.84 0.88 0.54
Hex F1 A8 22 0 1E 56 5 27 58 36
Octal 361 250 42 0 36 126 5 47 130 66
Binary 11110001 10101000 100010 0 11110 1010110 101 100111 1011000 110110

Color Harmonies of #F1A822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A822

Black with #F1A822

Text Example


Text Example

White with #F1A822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A822; }

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

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

background-color css

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

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

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

border-color css

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

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

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