Html Css Color HEX #F1A32C Lightning Yellow

📋 copy color: '#F1A32C'

red 241 ◦ green 163 ◦ blue 44

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

Shades of Lightning Yellow #F1A32C

Tints of Lightning Yellow #F1A32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.82%

R = 53.79%
G = 36.38%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F1A32C (or 0xF1A32C) is known color: Lightning Yellow. HEX triplet: F1, A3 and 2C. RGB value is (241,163,44). Sum of RGB (Red+Green+Blue) = 241+163+44=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 163 (64.06% from 255 or 36.38% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A32C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A32C is #0E5CD3. Grayscale: #ADADAD. Windows color (decimal): -941268 or 2925553. OLE color: 2925553.

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

Color convert

RGB 241 163 44 -
CMYK 0 0.32 0.82 0.05
HSL 36.24º 0.88% 0.56% -
HSV(B) 36.24º 0.82% 0.95% -
XYZ 49.83 45.08 8.46 -
YUV 172.76 55.34 176.68 -
System Red Green Blue C M Y K H S L
Decimal 241 163 44 0 0.32 0.82 0.05 36.24 0.88 0.56
Hex F1 A3 2C 0 20 52 5 24 58 38
Octal 361 243 54 0 40 122 5 44 130 70
Binary 11110001 10100011 101100 0 100000 1010010 101 100100 1011000 111000

Color Harmonies of #F1A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A32C

Black with #F1A32C

Text Example


Text Example

White with #F1A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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