Html Css Color HEX #F16B1E Pumpkin

📋 copy color: '#F16B1E'

red 241 ◦ green 107 ◦ blue 30

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

Shades of Pumpkin #F16B1E

Tints of Pumpkin #F16B1E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 63.76%
G = 28.31%
B = 7.94%

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

#F16B1E (or 0xF16B1E) is known color: Pumpkin. HEX triplet: F1, 6B and 1E. RGB value is (241,107,30). Sum of RGB (Red+Green+Blue) = 241+107+30=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B1E is #0E94E1. Grayscale: #8A8A8A. Windows color (decimal): -955618 or 1993713. OLE color: 1993713.

HSL color Cylindrical-coordinate representation of color #F16B1E: hue angle of 21.9º 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 #F16B1E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 107 30 -
CMYK 0 0.56 0.88 0.05
HSL 21.9º 0.88% 0.53% -
HSV(B) 21.9º 0.88% 0.95% -
XYZ 41.77 29.31 4.68 -
YUV 138.29 66.89 201.26 -
System Red Green Blue C M Y K H S L
Decimal 241 107 30 0 0.56 0.88 0.05 21.9 0.88 0.53
Hex F1 6B 1E 0 38 58 5 16 58 35
Octal 361 153 36 0 70 130 5 26 130 65
Binary 11110001 1101011 11110 0 111000 1011000 101 10110 1011000 110101

Color Harmonies of #F16B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B1E

Black with #F16B1E

Text Example


Text Example

White with #F16B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B1E; }

 p { color: rgb(241,107,30); }

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

background-color css

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

 a { background-color: rgb(241,107,30); }

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

border-color css

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

 span { border-color: rgb(241,107,30); }

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