Html Css Color HEX #F05E1E Pumpkin

📋 copy color: '#F05E1E'

red 240 ◦ green 94 ◦ blue 30

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

Shades of Pumpkin #F05E1E

Tints of Pumpkin #F05E1E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 30 (12.11% from 255) = 8.24%

R = 65.93%
G = 25.82%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F05E1E (or 0xF05E1E) is known color: Pumpkin. HEX triplet: F0, 5E and 1E. RGB value is (240,94,30). Sum of RGB (Red+Green+Blue) = 240+94+30=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05E1E is #0FA1E1. Grayscale: #828282. Windows color (decimal): -1024482 or 1990384. OLE color: 1990384.

HSL color Cylindrical-coordinate representation of color #F05E1E: hue angle of 18.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F05E1E is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 30 -
CMYK 0 0.61 0.87 0.06
HSL 18.29º 0.88% 0.53% -
HSV(B) 18.29º 0.88% 0.94% -
XYZ 40.17 26.62 4.25 -
YUV 130.36 71.37 206.2 -
System Red Green Blue C M Y K H S L
Decimal 240 94 30 0 0.61 0.87 0.06 18.29 0.88 0.53
Hex F0 5E 1E 0 3D 57 6 12 58 35
Octal 360 136 36 0 75 127 6 22 130 65
Binary 11110000 1011110 11110 0 111101 1010111 110 10010 1011000 110101

Color Harmonies of #F05E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E1E

Black with #F05E1E

Text Example


Text Example

White with #F05E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E1E; }

 p { color: rgb(240,94,30); }

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

background-color css

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

 a { background-color: rgb(240,94,30); }

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

border-color css

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

 span { border-color: rgb(240,94,30); }

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