Html Css Color HEX #F1A426 Lightning Yellow

📋 copy color: '#F1A426'

red 241 ◦ green 164 ◦ blue 38

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

Shades of Lightning Yellow #F1A426

Tints of Lightning Yellow #F1A426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.02%

 BLUE value IS 38 (15.23% from 255) = 8.58%

R = 54.4%
G = 37.02%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F1A426 (or 0xF1A426) is known color: Lightning Yellow. HEX triplet: F1, A4 and 26. RGB value is (241,164,38). Sum of RGB (Red+Green+Blue) = 241+164+38=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A426 is #0E5BD9. Grayscale: #ADADAD. Windows color (decimal): -941018 or 2532593. OLE color: 2532593.

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

Color convert

RGB 241 164 38 -
CMYK 0 0.32 0.84 0.05
HSL 37.24º 0.88% 0.55% -
HSV(B) 37.24º 0.84% 0.95% -
XYZ 49.9 45.39 7.97 -
YUV 172.66 52.01 176.75 -
System Red Green Blue C M Y K H S L
Decimal 241 164 38 0 0.32 0.84 0.05 37.24 0.88 0.55
Hex F1 A4 26 0 20 54 5 25 58 37
Octal 361 244 46 0 40 124 5 45 130 67
Binary 11110001 10100100 100110 0 100000 1010100 101 100101 1011000 110111

Color Harmonies of #F1A426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A426

Black with #F1A426

Text Example


Text Example

White with #F1A426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A426; }

 p { color: rgb(241,164,38); }

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

background-color css

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

 a { background-color: rgb(241,164,38); }

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

border-color css

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

 span { border-color: rgb(241,164,38); }

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