Html Css Color HEX #F16A1A Pumpkin

📋 copy color: '#F16A1A'

red 241 ◦ green 106 ◦ blue 26

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

Shades of Pumpkin #F16A1A

Tints of Pumpkin #F16A1A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 26 (10.55% from 255) = 6.97%

R = 64.61%
G = 28.42%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#F16A1A (or 0xF16A1A) is known color: Pumpkin. HEX triplet: F1, 6A and 1A. RGB value is (241,106,26). Sum of RGB (Red+Green+Blue) = 241+106+26=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 26 (10.55% from 255 or 6.97% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A1A is #0E95E5. Grayscale: #898989. Windows color (decimal): -955878 or 1731313. OLE color: 1731313.

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

Color convert

RGB 241 106 26 -
CMYK 0 0.56 0.89 0.05
HSL 22.33º 0.88% 0.52% -
HSV(B) 22.33º 0.89% 0.95% -
XYZ 41.62 29.08 4.4 -
YUV 137.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 241 106 26 0 0.56 0.89 0.05 22.33 0.88 0.52
Hex F1 6A 1A 0 38 59 5 16 58 34
Octal 361 152 32 0 70 131 5 26 130 64
Binary 11110001 1101010 11010 0 111000 1011001 101 10110 1011000 110100

Color Harmonies of #F16A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A1A

Black with #F16A1A

Text Example


Text Example

White with #F16A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A1A; }

 p { color: rgb(241,106,26); }

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

background-color css

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

 a { background-color: rgb(241,106,26); }

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

border-color css

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

 span { border-color: rgb(241,106,26); }

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