Html Css Color HEX #F16C18 Pumpkin

📋 copy color: '#F16C18'

red 241 ◦ green 108 ◦ blue 24

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

Shades of Pumpkin #F16C18

Tints of Pumpkin #F16C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.43%

R = 64.61%
G = 28.95%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F16C18 (or 0xF16C18) is known color: Pumpkin. HEX triplet: F1, 6C and 18. RGB value is (241,108,24). Sum of RGB (Red+Green+Blue) = 241+108+24=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 24 (9.77% from 255 or 6.43% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C18 is #0E93E7. Grayscale: #8A8A8A. Windows color (decimal): -955368 or 1600753. OLE color: 1600753.

HSL color Cylindrical-coordinate representation of color #F16C18: hue angle of 23.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F16C18 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 108 24 -
CMYK 0 0.55 0.90 0.05
HSL 23.23º 0.89% 0.52% -
HSV(B) 23.23º 0.9% 0.95% -
XYZ 41.8 29.49 4.35 -
YUV 138.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 241 108 24 0 0.55 0.90 0.05 23.23 0.89 0.52
Hex F1 6C 18 0 37 5A 5 17 59 34
Octal 361 154 30 0 67 132 5 27 131 64
Binary 11110001 1101100 11000 0 110111 1011010 101 10111 1011001 110100

Color Harmonies of #F16C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C18

Black with #F16C18

Text Example


Text Example

White with #F16C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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