Html Css Color HEX #F1AB31 Lightning Yellow

📋 copy color: '#F1AB31'

red 241 ◦ green 171 ◦ blue 49

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

Shades of Lightning Yellow #F1AB31

Tints of Lightning Yellow #F1AB31

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.09%

 BLUE value IS 49 (19.53% from 255) = 10.63%

R = 52.28%
G = 37.09%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1AB31 (or 0xF1AB31) is known color: Lightning Yellow. HEX triplet: F1, AB and 31. RGB value is (241,171,49). Sum of RGB (Red+Green+Blue) = 241+171+49=461 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.28% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 49 (19.53% from 255 or 10.63% from 461); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1AB31 is #0E54CE. Grayscale: #B2B2B2. Windows color (decimal): -939215 or 3255281. OLE color: 3255281.

HSL color Cylindrical-coordinate representation of color #F1AB31: hue angle of 38.12º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1AB31 is Cyan = 0, Magento = 0.29, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 171 49 -
CMYK 0 0.29 0.80 0.05
HSL 38.13º 0.87% 0.57% -
HSV(B) 38.13º 0.8% 0.95% -
XYZ 51.39 48.05 9.47 -
YUV 178.02 55.19 172.92 -
System Red Green Blue C M Y K H S L
Decimal 241 171 49 0 0.29 0.80 0.05 38.13 0.87 0.57
Hex F1 AB 31 0 1D 50 5 26 57 39
Octal 361 253 61 0 35 120 5 46 127 71
Binary 11110001 10101011 110001 0 11101 1010000 101 100110 1010111 111001

Color Harmonies of #F1AB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AB31

Black with #F1AB31

Text Example


Text Example

White with #F1AB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AB31; }

 p { color: rgb(241,171,49); }

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

background-color css

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

 a { background-color: rgb(241,171,49); }

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

border-color css

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

 span { border-color: rgb(241,171,49); }

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