Html Css Color HEX #F07816 Pumpkin

📋 copy color: '#F07816'

red 240 ◦ green 120 ◦ blue 22

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

Shades of Pumpkin #F07816

Tints of Pumpkin #F07816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.41%

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

R = 62.83%
G = 31.41%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07816 (or 0xF07816) is known color: Pumpkin. HEX triplet: F0, 78 and 16. RGB value is (240,120,22). Sum of RGB (Red+Green+Blue) = 240+120+22=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 22 (8.98% from 255 or 5.76% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F07816 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07816 is #0F87E9. Grayscale: #919191. Windows color (decimal): -1017834 or 1472752. OLE color: 1472752.

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

Color convert

RGB 240 120 22 -
CMYK 0 0.5 0.91 0.06
HSL 26.97º 0.88% 0.51% -
HSV(B) 26.97º 0.91% 0.94% -
XYZ 42.8 32.02 4.68 -
YUV 144.71 58.76 195.97 -
System Red Green Blue C M Y K H S L
Decimal 240 120 22 0 0.5 0.91 0.06 26.97 0.88 0.51
Hex F0 78 16 0 32 5B 6 1B 58 33
Octal 360 170 26 0 62 133 6 33 130 63
Binary 11110000 1111000 10110 0 110010 1011011 110 11011 1011000 110011

Color Harmonies of #F07816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07816

Black with #F07816

Text Example


Text Example

White with #F07816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07816; }

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

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

background-color css

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

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

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

border-color css

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

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

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