Html Css Color HEX #F06319 Pumpkin

📋 copy color: '#F06319'

red 240 ◦ green 99 ◦ blue 25

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

Shades of Pumpkin #F06319

Tints of Pumpkin #F06319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 65.93%
G = 27.2%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F06319 (or 0xF06319) is known color: Pumpkin. HEX triplet: F0, 63 and 19. RGB value is (240,99,25). Sum of RGB (Red+Green+Blue) = 240+99+25=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 25 (10.16% from 255 or 6.87% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F06319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06319 is #0F9CE6. Grayscale: #858585. Windows color (decimal): -1023207 or 1663984. OLE color: 1663984.

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

Color convert

RGB 240 99 25 -
CMYK 0 0.59 0.90 0.06
HSL 20.65º 0.88% 0.52% -
HSV(B) 20.65º 0.9% 0.94% -
XYZ 40.57 27.52 4.09 -
YUV 132.72 67.21 204.52 -
System Red Green Blue C M Y K H S L
Decimal 240 99 25 0 0.59 0.90 0.06 20.65 0.88 0.52
Hex F0 63 19 0 3B 5A 6 15 58 34
Octal 360 143 31 0 73 132 6 25 130 64
Binary 11110000 1100011 11001 0 111011 1011010 110 10101 1011000 110100

Color Harmonies of #F06319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06319

Black with #F06319

Text Example


Text Example

White with #F06319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06319; }

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

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

background-color css

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

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

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

border-color css

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

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

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