Html Css Color HEX #F07E16 Pumpkin

📋 copy color: '#F07E16'

red 240 ◦ green 126 ◦ blue 22

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

Shades of Pumpkin #F07E16

Tints of Pumpkin #F07E16

RGB

 RED value IS 240 (94.14% from 255) = 61.86%

 GREEN value IS 126 (49.61% from 255) = 32.47%

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

R = 61.86%
G = 32.47%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07E16 (or 0xF07E16) is known color: Pumpkin. HEX triplet: F0, 7E and 16. RGB value is (240,126,22). Sum of RGB (Red+Green+Blue) = 240+126+22=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07E16 is #0F81E9. Grayscale: #949494. Windows color (decimal): -1016298 or 1474288. OLE color: 1474288.

HSL color Cylindrical-coordinate representation of color #F07E16: hue angle of 28.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F07E16 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 126 22 -
CMYK 0 0.48 0.91 0.06
HSL 28.62º 0.88% 0.51% -
HSV(B) 28.62º 0.91% 0.94% -
XYZ 43.54 33.5 4.93 -
YUV 148.23 56.77 193.46 -
System Red Green Blue C M Y K H S L
Decimal 240 126 22 0 0.48 0.91 0.06 28.62 0.88 0.51
Hex F0 7E 16 0 30 5B 6 1D 58 33
Octal 360 176 26 0 60 133 6 35 130 63
Binary 11110000 1111110 10110 0 110000 1011011 110 11101 1011000 110011

Color Harmonies of #F07E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07E16

Black with #F07E16

Text Example


Text Example

White with #F07E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07E16; }

 p { color: rgb(240,126,22); }

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

background-color css

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

 a { background-color: rgb(240,126,22); }

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

border-color css

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

 span { border-color: rgb(240,126,22); }

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