Html Css Color HEX #F16A1D Pumpkin

📋 copy color: '#F16A1D'

red 241 ◦ green 106 ◦ blue 29

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

Shades of Pumpkin #F16A1D

Tints of Pumpkin #F16A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.71%

R = 64.1%
G = 28.19%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F16A1D (or 0xF16A1D) is known color: Pumpkin. HEX triplet: F1, 6A and 1D. RGB value is (241,106,29). Sum of RGB (Red+Green+Blue) = 241+106+29=376 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.10% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 29 (11.72% from 255 or 7.71% from 376); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A1D is #0E95E2. Grayscale: #8A8A8A. Windows color (decimal): -955875 or 1927921. OLE color: 1927921.

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

Color convert

RGB 241 106 29 -
CMYK 0 0.56 0.88 0.05
HSL 21.79º 0.88% 0.53% -
HSV(B) 21.79º 0.88% 0.95% -
XYZ 41.65 29.1 4.58 -
YUV 137.59 66.73 201.76 -
System Red Green Blue C M Y K H S L
Decimal 241 106 29 0 0.56 0.88 0.05 21.79 0.88 0.53
Hex F1 6A 1D 0 38 58 5 16 58 35
Octal 361 152 35 0 70 130 5 26 130 65
Binary 11110001 1101010 11101 0 111000 1011000 101 10110 1011000 110101

Color Harmonies of #F16A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A1D

Black with #F16A1D

Text Example


Text Example

White with #F16A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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