Html Css Color HEX #F05D1E Pumpkin

📋 copy color: '#F05D1E'

red 240 ◦ green 93 ◦ blue 30

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

Shades of Pumpkin #F05D1E

Tints of Pumpkin #F05D1E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

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

R = 66.12%
G = 25.62%
B = 8.26%

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

#F05D1E (or 0xF05D1E) is known color: Pumpkin. HEX triplet: F0, 5D and 1E. RGB value is (240,93,30). Sum of RGB (Red+Green+Blue) = 240+93+30=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05D1E is #0FA2E1. Grayscale: #828282. Windows color (decimal): -1024738 or 1990128. OLE color: 1990128.

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

Color convert

RGB 240 93 30 -
CMYK 0 0.61 0.87 0.06
HSL 18º 0.88% 0.53% -
HSV(B) 18º 0.88% 0.94% -
XYZ 40.08 26.45 4.22 -
YUV 129.77 71.7 206.62 -
System Red Green Blue C M Y K H S L
Decimal 240 93 30 0 0.61 0.87 0.06 18 0.88 0.53
Hex F0 5D 1E 0 3D 57 6 12 58 35
Octal 360 135 36 0 75 127 6 22 130 65
Binary 11110000 1011101 11110 0 111101 1010111 110 10010 1011000 110101

Color Harmonies of #F05D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D1E

Black with #F05D1E

Text Example


Text Example

White with #F05D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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