Html Css Color HEX #F07615 Pumpkin

📋 copy color: '#F07615'

red 240 ◦ green 118 ◦ blue 21

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

Shades of Pumpkin #F07615

Tints of Pumpkin #F07615

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

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

R = 63.32%
G = 31.13%
B = 5.54%

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

#F07615 (or 0xF07615) is known color: Pumpkin. HEX triplet: F0, 76 and 15. RGB value is (240,118,21). Sum of RGB (Red+Green+Blue) = 240+118+21=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F07615 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07615 is #0F89EA. Grayscale: #8F8F8F. Windows color (decimal): -1018347 or 1406704. OLE color: 1406704.

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

Color convert

RGB 240 118 21 -
CMYK 0 0.51 0.91 0.06
HSL 26.58º 0.88% 0.51% -
HSV(B) 26.58º 0.91% 0.94% -
XYZ 42.55 31.54 4.55 -
YUV 143.42 58.92 196.89 -
System Red Green Blue C M Y K H S L
Decimal 240 118 21 0 0.51 0.91 0.06 26.58 0.88 0.51
Hex F0 76 15 0 33 5B 6 1B 58 33
Octal 360 166 25 0 63 133 6 33 130 63
Binary 11110000 1110110 10101 0 110011 1011011 110 11011 1011000 110011

Color Harmonies of #F07615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07615

Black with #F07615

Text Example


Text Example

White with #F07615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07615; }

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

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

background-color css

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

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

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

border-color css

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

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

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