Html Css Color HEX #F07C19 Pumpkin

📋 copy color: '#F07C19'

red 240 ◦ green 124 ◦ blue 25

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

Shades of Pumpkin #F07C19

Tints of Pumpkin #F07C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.43%

R = 61.7%
G = 31.88%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F07C19 (or 0xF07C19) is known color: Pumpkin. HEX triplet: F0, 7C and 19. RGB value is (240,124,25). Sum of RGB (Red+Green+Blue) = 240+124+25=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 25 (10.16% from 255 or 6.43% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07C19 is #0F83E6. Grayscale: #939393. Windows color (decimal): -1016807 or 1670384. OLE color: 1670384.

HSL color Cylindrical-coordinate representation of color #F07C19: hue angle of 27.63º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F07C19 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 124 25 -
CMYK 0 0.48 0.90 0.06
HSL 27.63º 0.88% 0.52% -
HSV(B) 27.63º 0.9% 0.94% -
XYZ 43.32 33.01 5.01 -
YUV 147.4 58.93 194.05 -
System Red Green Blue C M Y K H S L
Decimal 240 124 25 0 0.48 0.90 0.06 27.63 0.88 0.52
Hex F0 7C 19 0 30 5A 6 1C 58 34
Octal 360 174 31 0 60 132 6 34 130 64
Binary 11110000 1111100 11001 0 110000 1011010 110 11100 1011000 110100

Color Harmonies of #F07C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07C19

Black with #F07C19

Text Example


Text Example

White with #F07C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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