Html Css Color HEX #F16814 Pumpkin

📋 copy color: '#F16814'

red 241 ◦ green 104 ◦ blue 20

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

Shades of Pumpkin #F16814

Tints of Pumpkin #F16814

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 20 (8.2% from 255) = 5.48%

R = 66.03%
G = 28.49%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16814 (or 0xF16814) is known color: Pumpkin. HEX triplet: F1, 68 and 14. RGB value is (241,104,20). Sum of RGB (Red+Green+Blue) = 241+104+20=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F16814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16814 is #0E97EB. Grayscale: #878787. Windows color (decimal): -956396 or 1337585. OLE color: 1337585.

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

Color convert

RGB 241 104 20 -
CMYK 0 0.57 0.92 0.05
HSL 22.81º 0.89% 0.51% -
HSV(B) 22.81º 0.92% 0.95% -
XYZ 41.35 28.65 4.01 -
YUV 135.39 62.89 203.33 -
System Red Green Blue C M Y K H S L
Decimal 241 104 20 0 0.57 0.92 0.05 22.81 0.89 0.51
Hex F1 68 14 0 39 5C 5 17 59 33
Octal 361 150 24 0 71 134 5 27 131 63
Binary 11110001 1101000 10100 0 111001 1011100 101 10111 1011001 110011

Color Harmonies of #F16814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16814

Black with #F16814

Text Example


Text Example

White with #F16814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16814; }

 p { color: rgb(241,104,20); }

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

background-color css

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

 a { background-color: rgb(241,104,20); }

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

border-color css

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

 span { border-color: rgb(241,104,20); }

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