Html Css Color HEX #F16316 Pumpkin

📋 copy color: '#F16316'

red 241 ◦ green 99 ◦ blue 22

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

Shades of Pumpkin #F16316

Tints of Pumpkin #F16316

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 22 (8.98% from 255) = 6.08%

R = 66.57%
G = 27.35%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16316 (or 0xF16316) is known color: Pumpkin. HEX triplet: F1, 63 and 16. RGB value is (241,99,22). Sum of RGB (Red+Green+Blue) = 241+99+22=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16316 is #0E9CE9. Grayscale: #858585. Windows color (decimal): -957674 or 1467377. OLE color: 1467377.

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

Color convert

RGB 241 99 22 -
CMYK 0 0.59 0.91 0.05
HSL 21.1º 0.89% 0.52% -
HSV(B) 21.1º 0.91% 0.95% -
XYZ 40.88 27.68 3.95 -
YUV 132.68 65.54 205.26 -
System Red Green Blue C M Y K H S L
Decimal 241 99 22 0 0.59 0.91 0.05 21.1 0.89 0.52
Hex F1 63 16 0 3B 5B 5 15 59 34
Octal 361 143 26 0 73 133 5 25 131 64
Binary 11110001 1100011 10110 0 111011 1011011 101 10101 1011001 110100

Color Harmonies of #F16316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16316

Black with #F16316

Text Example


Text Example

White with #F16316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16316; }

 p { color: rgb(241,99,22); }

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

background-color css

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

 a { background-color: rgb(241,99,22); }

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

border-color css

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

 span { border-color: rgb(241,99,22); }

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