Html Css Color HEX #F07915 Pumpkin

📋 copy color: '#F07915'

red 240 ◦ green 121 ◦ blue 21

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

Shades of Pumpkin #F07915

Tints of Pumpkin #F07915

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.68%

 BLUE value IS 21 (8.59% from 255) = 5.5%

R = 62.83%
G = 31.68%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07915 (or 0xF07915) is known color: Pumpkin. HEX triplet: F0, 79 and 15. RGB value is (240,121,21). Sum of RGB (Red+Green+Blue) = 240+121+21=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F07915 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07915 is #0F86EA. Grayscale: #919191. Windows color (decimal): -1017579 or 1407472. OLE color: 1407472.

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

Color convert

RGB 240 121 21 -
CMYK 0 0.50 0.91 0.06
HSL 27.4º 0.88% 0.51% -
HSV(B) 27.4º 0.91% 0.94% -
XYZ 42.91 32.25 4.67 -
YUV 145.18 57.92 195.63 -
System Red Green Blue C M Y K H S L
Decimal 240 121 21 0 0.50 0.91 0.06 27.4 0.88 0.51
Hex F0 79 15 0 32 5B 6 1B 58 33
Octal 360 171 25 0 62 133 6 33 130 63
Binary 11110000 1111001 10101 0 110010 1011011 110 11011 1011000 110011

Color Harmonies of #F07915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07915

Black with #F07915

Text Example


Text Example

White with #F07915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07915; }

 p { color: rgb(240,121,21); }

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

background-color css

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

 a { background-color: rgb(240,121,21); }

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

border-color css

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

 span { border-color: rgb(240,121,21); }

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