Html Css Color HEX #F16A1B Pumpkin

📋 copy color: '#F16A1B'

red 241 ◦ green 106 ◦ blue 27

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

Shades of Pumpkin #F16A1B

Tints of Pumpkin #F16A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.22%

R = 64.44%
G = 28.34%
B = 7.22%

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

#F16A1B (or 0xF16A1B) is known color: Pumpkin. HEX triplet: F1, 6A and 1B. RGB value is (241,106,27). Sum of RGB (Red+Green+Blue) = 241+106+27=374 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.44% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A1B is #0E95E4. Grayscale: #898989. Windows color (decimal): -955877 or 1796849. OLE color: 1796849.

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

Color convert

RGB 241 106 27 -
CMYK 0 0.56 0.89 0.05
HSL 22.15º 0.88% 0.53% -
HSV(B) 22.15º 0.89% 0.95% -
XYZ 41.63 29.09 4.46 -
YUV 137.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 241 106 27 0 0.56 0.89 0.05 22.15 0.88 0.53
Hex F1 6A 1B 0 38 59 5 16 58 35
Octal 361 152 33 0 70 131 5 26 130 65
Binary 11110001 1101010 11011 0 111000 1011001 101 10110 1011000 110101

Color Harmonies of #F16A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A1B

Black with #F16A1B

Text Example


Text Example

White with #F16A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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