Html Css Color HEX #F07515 Pumpkin

📋 copy color: '#F07515'

red 240 ◦ green 117 ◦ blue 21

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

Shades of Pumpkin #F07515

Tints of Pumpkin #F07515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 63.49%
G = 30.95%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07515 (or 0xF07515) is known color: Pumpkin. HEX triplet: F0, 75 and 15. RGB value is (240,117,21). Sum of RGB (Red+Green+Blue) = 240+117+21=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07515 is #0F8AEA. Grayscale: #8F8F8F. Windows color (decimal): -1018603 or 1406448. OLE color: 1406448.

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

Color convert

RGB 240 117 21 -
CMYK 0 0.51 0.91 0.06
HSL 26.3º 0.88% 0.51% -
HSV(B) 26.3º 0.91% 0.94% -
XYZ 42.43 31.3 4.51 -
YUV 142.83 59.25 197.31 -
System Red Green Blue C M Y K H S L
Decimal 240 117 21 0 0.51 0.91 0.06 26.3 0.88 0.51
Hex F0 75 15 0 33 5B 6 1A 58 33
Octal 360 165 25 0 63 133 6 32 130 63
Binary 11110000 1110101 10101 0 110011 1011011 110 11010 1011000 110011

Color Harmonies of #F07515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07515

Black with #F07515

Text Example


Text Example

White with #F07515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07515; }

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

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

background-color css

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

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

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

border-color css

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

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

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