Html Css Color HEX #F1A621 Lightning Yellow

📋 copy color: '#F1A621'

red 241 ◦ green 166 ◦ blue 33

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

Shades of Lightning Yellow #F1A621

Tints of Lightning Yellow #F1A621

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

 BLUE value IS 33 (13.28% from 255) = 7.5%

R = 54.77%
G = 37.73%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F1A621 (or 0xF1A621) is known color: Lightning Yellow. HEX triplet: F1, A6 and 21. RGB value is (241,166,33). Sum of RGB (Red+Green+Blue) = 241+166+33=440 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.77% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 33 (13.28% from 255 or 7.5% from 440); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A621 is #0E59DE. Grayscale: #ADADAD. Windows color (decimal): -940511 or 2205425. OLE color: 2205425.

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

Color convert

RGB 241 166 33 -
CMYK 0 0.31 0.86 0.05
HSL 38.37º 0.88% 0.54% -
HSV(B) 38.37º 0.86% 0.95% -
XYZ 50.19 46.08 7.69 -
YUV 173.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 241 166 33 0 0.31 0.86 0.05 38.37 0.88 0.54
Hex F1 A6 21 0 1F 56 5 26 58 36
Octal 361 246 41 0 37 126 5 46 130 66
Binary 11110001 10100110 100001 0 11111 1010110 101 100110 1011000 110110

Color Harmonies of #F1A621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A621

Black with #F1A621

Text Example


Text Example

White with #F1A621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A621; }

 p { color: rgb(241,166,33); }

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

background-color css

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

 a { background-color: rgb(241,166,33); }

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

border-color css

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

 span { border-color: rgb(241,166,33); }

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