Html Css Color HEX #F07415 Pumpkin

📋 copy color: '#F07415'

red 240 ◦ green 116 ◦ blue 21

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

Shades of Pumpkin #F07415

Tints of Pumpkin #F07415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

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

R = 63.66%
G = 30.77%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07415 (or 0xF07415) is known color: Pumpkin. HEX triplet: F0, 74 and 15. RGB value is (240,116,21). Sum of RGB (Red+Green+Blue) = 240+116+21=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 21 (8.59% from 255 or 5.57% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07415 is #0F8BEA. Grayscale: #8E8E8E. Windows color (decimal): -1018859 or 1406192. OLE color: 1406192.

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

Color convert

RGB 240 116 21 -
CMYK 0 0.52 0.91 0.06
HSL 26.03º 0.88% 0.51% -
HSV(B) 26.03º 0.91% 0.94% -
XYZ 42.32 31.07 4.48 -
YUV 142.25 59.58 197.72 -
System Red Green Blue C M Y K H S L
Decimal 240 116 21 0 0.52 0.91 0.06 26.03 0.88 0.51
Hex F0 74 15 0 34 5B 6 1A 58 33
Octal 360 164 25 0 64 133 6 32 130 63
Binary 11110000 1110100 10101 0 110100 1011011 110 11010 1011000 110011

Color Harmonies of #F07415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07415

Black with #F07415

Text Example


Text Example

White with #F07415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07415; }

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

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

background-color css

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

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

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

border-color css

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

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

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