Html Css Color HEX #F1A926 Lightning Yellow

📋 copy color: '#F1A926'

red 241 ◦ green 169 ◦ blue 38

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

Shades of Lightning Yellow #F1A926

Tints of Lightning Yellow #F1A926

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

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

R = 53.79%
G = 37.72%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F1A926 (or 0xF1A926) is known color: Lightning Yellow. HEX triplet: F1, A9 and 26. RGB value is (241,169,38). Sum of RGB (Red+Green+Blue) = 241+169+38=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A926 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A926 is #0E56D9. Grayscale: #B0B0B0. Windows color (decimal): -939738 or 2533873. OLE color: 2533873.

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

Color convert

RGB 241 169 38 -
CMYK 0 0.30 0.84 0.05
HSL 38.72º 0.88% 0.55% -
HSV(B) 38.72º 0.84% 0.95% -
XYZ 50.81 47.22 8.27 -
YUV 175.59 50.35 174.65 -
System Red Green Blue C M Y K H S L
Decimal 241 169 38 0 0.30 0.84 0.05 38.72 0.88 0.55
Hex F1 A9 26 0 1E 54 5 27 58 37
Octal 361 251 46 0 36 124 5 47 130 67
Binary 11110001 10101001 100110 0 11110 1010100 101 100111 1011000 110111

Color Harmonies of #F1A926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A926

Black with #F1A926

Text Example


Text Example

White with #F1A926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A926; }

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

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

background-color css

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

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

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

border-color css

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

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

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