Html Css Color HEX #F07C15 Pumpkin

📋 copy color: '#F07C15'

red 240 ◦ green 124 ◦ blue 21

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

Shades of Pumpkin #F07C15

Tints of Pumpkin #F07C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

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

R = 62.34%
G = 32.21%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F07C15 (or 0xF07C15) is known color: Pumpkin. HEX triplet: F0, 7C and 15. RGB value is (240,124,21). Sum of RGB (Red+Green+Blue) = 240+124+21=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 21 (8.59% from 255 or 5.45% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C15 is #0F83EA. Grayscale: #939393. Windows color (decimal): -1016811 or 1408240. OLE color: 1408240.

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

Color convert

RGB 240 124 21 -
CMYK 0 0.48 0.91 0.06
HSL 28.22º 0.88% 0.51% -
HSV(B) 28.22º 0.91% 0.94% -
XYZ 43.28 32.99 4.8 -
YUV 146.94 56.93 194.38 -
System Red Green Blue C M Y K H S L
Decimal 240 124 21 0 0.48 0.91 0.06 28.22 0.88 0.51
Hex F0 7C 15 0 30 5B 6 1C 58 33
Octal 360 174 25 0 60 133 6 34 130 63
Binary 11110000 1111100 10101 0 110000 1011011 110 11100 1011000 110011

Color Harmonies of #F07C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C15

Black with #F07C15

Text Example


Text Example

White with #F07C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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