Html Css Color HEX #F46A1A Pumpkin

📋 copy color: '#F46A1A'

red 244 ◦ green 106 ◦ blue 26

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

Shades of Pumpkin #F46A1A

Tints of Pumpkin #F46A1A

RGB

 RED value IS 244 (95.7% from 255) = 64.89%

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

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

R = 64.89%
G = 28.19%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F46A1A (or 0xF46A1A) is known color: Pumpkin. HEX triplet: F4, 6A and 1A. RGB value is (244,106,26). Sum of RGB (Red+Green+Blue) = 244+106+26=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F46A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46A1A is #0B95E5. Grayscale: #8A8A8A. Windows color (decimal): -759270 or 1731316. OLE color: 1731316.

HSL color Cylindrical-coordinate representation of color #F46A1A: hue angle of 22.02º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F46A1A is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 106 26 -
CMYK 0 0.57 0.89 0.04
HSL 22.02º 0.91% 0.53% -
HSV(B) 22.02º 0.89% 0.96% -
XYZ 42.65 29.62 4.45 -
YUV 138.14 64.72 203.5 -
System Red Green Blue C M Y K H S L
Decimal 244 106 26 0 0.57 0.89 0.04 22.02 0.91 0.53
Hex F4 6A 1A 0 39 59 4 16 5B 35
Octal 364 152 32 0 71 131 4 26 133 65
Binary 11110100 1101010 11010 0 111001 1011001 100 10110 1011011 110101

Color Harmonies of #F46A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46A1A

Black with #F46A1A

Text Example


Text Example

White with #F46A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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