Html Css Color HEX #F1A32E Lightning Yellow

📋 copy color: '#F1A32E'

red 241 ◦ green 163 ◦ blue 46

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

Shades of Lightning Yellow #F1A32E

Tints of Lightning Yellow #F1A32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.22%

 BLUE value IS 46 (18.36% from 255) = 10.22%

R = 53.56%
G = 36.22%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#F1A32E (or 0xF1A32E) is known color: Lightning Yellow. HEX triplet: F1, A3 and 2E. RGB value is (241,163,46). Sum of RGB (Red+Green+Blue) = 241+163+46=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 46 (18.36% from 255 or 10.22% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A32E is #0E5CD1. Grayscale: #ADADAD. Windows color (decimal): -941266 or 3056625. OLE color: 3056625.

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

Color convert

RGB 241 163 46 -
CMYK 0 0.32 0.81 0.05
HSL 36º 0.87% 0.56% -
HSV(B) 36º 0.81% 0.95% -
XYZ 49.87 45.09 8.66 -
YUV 172.98 56.34 176.51 -
System Red Green Blue C M Y K H S L
Decimal 241 163 46 0 0.32 0.81 0.05 36 0.87 0.56
Hex F1 A3 2E 0 20 51 5 24 57 38
Octal 361 243 56 0 40 121 5 44 127 70
Binary 11110001 10100011 101110 0 100000 1010001 101 100100 1010111 111000

Color Harmonies of #F1A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A32E

Black with #F1A32E

Text Example


Text Example

White with #F1A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A32E; }

 p { color: rgb(241,163,46); }

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

background-color css

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

 a { background-color: rgb(241,163,46); }

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

border-color css

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

 span { border-color: rgb(241,163,46); }

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