Html Css Color HEX #F16B15 Pumpkin

📋 copy color: '#F16B15'

red 241 ◦ green 107 ◦ blue 21

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

Shades of Pumpkin #F16B15

Tints of Pumpkin #F16B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.69%

R = 65.31%
G = 29%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16B15 (or 0xF16B15) is known color: Pumpkin. HEX triplet: F1, 6B and 15. RGB value is (241,107,21). Sum of RGB (Red+Green+Blue) = 241+107+21=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 21 (8.59% from 255 or 5.69% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16B15 is #0E94EA. Grayscale: #898989. Windows color (decimal): -955627 or 1403889. OLE color: 1403889.

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

Color convert

RGB 241 107 21 -
CMYK 0 0.56 0.91 0.05
HSL 23.45º 0.89% 0.51% -
HSV(B) 23.45º 0.91% 0.95% -
XYZ 41.67 29.27 4.16 -
YUV 137.26 62.39 201.99 -
System Red Green Blue C M Y K H S L
Decimal 241 107 21 0 0.56 0.91 0.05 23.45 0.89 0.51
Hex F1 6B 15 0 38 5B 5 17 59 33
Octal 361 153 25 0 70 133 5 27 131 63
Binary 11110001 1101011 10101 0 111000 1011011 101 10111 1011001 110011

Color Harmonies of #F16B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B15

Black with #F16B15

Text Example


Text Example

White with #F16B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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