Html Css Color HEX #F16C1D Pumpkin

📋 copy color: '#F16C1D'

red 241 ◦ green 108 ◦ blue 29

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

Shades of Pumpkin #F16C1D

Tints of Pumpkin #F16C1D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

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

R = 63.76%
G = 28.57%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F16C1D (or 0xF16C1D) is known color: Pumpkin. HEX triplet: F1, 6C and 1D. RGB value is (241,108,29). Sum of RGB (Red+Green+Blue) = 241+108+29=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C1D is #0E93E2. Grayscale: #8B8B8B. Windows color (decimal): -955363 or 1928433. OLE color: 1928433.

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

Color convert

RGB 241 108 29 -
CMYK 0 0.55 0.88 0.05
HSL 22.36º 0.88% 0.53% -
HSV(B) 22.36º 0.88% 0.95% -
XYZ 41.86 29.51 4.65 -
YUV 138.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 241 108 29 0 0.55 0.88 0.05 22.36 0.88 0.53
Hex F1 6C 1D 0 37 58 5 16 58 35
Octal 361 154 35 0 67 130 5 26 130 65
Binary 11110001 1101100 11101 0 110111 1011000 101 10110 1011000 110101

Color Harmonies of #F16C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C1D

Black with #F16C1D

Text Example


Text Example

White with #F16C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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