Html Css Color HEX #F1A32F Lightning Yellow

📋 copy color: '#F1A32F'

red 241 ◦ green 163 ◦ blue 47

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

Shades of Lightning Yellow #F1A32F

Tints of Lightning Yellow #F1A32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.42%

R = 53.44%
G = 36.14%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#F1A32F (or 0xF1A32F) is known color: Lightning Yellow. HEX triplet: F1, A3 and 2F. RGB value is (241,163,47). Sum of RGB (Red+Green+Blue) = 241+163+47=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 163 (64.06% from 255 or 36.14% from 451); Blue value is 47 (18.75% from 255 or 10.42% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A32F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A32F is #0E5CD0. Grayscale: #ADADAD. Windows color (decimal): -941265 or 3122161. OLE color: 3122161.

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

Color convert

RGB 241 163 47 -
CMYK 0 0.32 0.80 0.05
HSL 35.88º 0.87% 0.56% -
HSV(B) 35.88º 0.8% 0.95% -
XYZ 49.89 45.1 8.77 -
YUV 173.1 56.84 176.43 -
System Red Green Blue C M Y K H S L
Decimal 241 163 47 0 0.32 0.80 0.05 35.88 0.87 0.56
Hex F1 A3 2F 0 20 50 5 24 57 38
Octal 361 243 57 0 40 120 5 44 127 70
Binary 11110001 10100011 101111 0 100000 1010000 101 100100 1010111 111000

Color Harmonies of #F1A32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A32F

Black with #F1A32F

Text Example


Text Example

White with #F1A32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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