Html Css Color HEX #F07D16 Pumpkin

📋 copy color: '#F07D16'

red 240 ◦ green 125 ◦ blue 22

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

Shades of Pumpkin #F07D16

Tints of Pumpkin #F07D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

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

R = 62.02%
G = 32.3%
B = 5.68%

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

#F07D16 (or 0xF07D16) is known color: Pumpkin. HEX triplet: F0, 7D and 16. RGB value is (240,125,22). Sum of RGB (Red+Green+Blue) = 240+125+22=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 22 (8.98% from 255 or 5.68% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07D16 is #0F82E9. Grayscale: #949494. Windows color (decimal): -1016554 or 1474032. OLE color: 1474032.

HSL color Cylindrical-coordinate representation of color #F07D16: hue angle of 28.35º 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 #F07D16 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 125 22 -
CMYK 0 0.48 0.91 0.06
HSL 28.35º 0.88% 0.51% -
HSV(B) 28.35º 0.91% 0.94% -
XYZ 43.41 33.25 4.89 -
YUV 147.64 57.1 193.88 -
System Red Green Blue C M Y K H S L
Decimal 240 125 22 0 0.48 0.91 0.06 28.35 0.88 0.51
Hex F0 7D 16 0 30 5B 6 1C 58 33
Octal 360 175 26 0 60 133 6 34 130 63
Binary 11110000 1111101 10110 0 110000 1011011 110 11100 1011000 110011

Color Harmonies of #F07D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D16

Black with #F07D16

Text Example


Text Example

White with #F07D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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