Html Css Color HEX #F0621D Pumpkin

📋 copy color: '#F0621D'

red 240 ◦ green 98 ◦ blue 29

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

Shades of Pumpkin #F0621D

Tints of Pumpkin #F0621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.7%

 BLUE value IS 29 (11.72% from 255) = 7.9%

R = 65.4%
G = 26.7%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0621D (or 0xF0621D) is known color: Pumpkin. HEX triplet: F0, 62 and 1D. RGB value is (240,98,29). Sum of RGB (Red+Green+Blue) = 240+98+29=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0621D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0621D is #0F9DE2. Grayscale: #858585. Windows color (decimal): -1023459 or 1925872. OLE color: 1925872.

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

Color convert

RGB 240 98 29 -
CMYK 0 0.59 0.88 0.06
HSL 19.62º 0.88% 0.53% -
HSV(B) 19.62º 0.88% 0.94% -
XYZ 40.52 27.35 4.31 -
YUV 132.59 69.54 204.61 -
System Red Green Blue C M Y K H S L
Decimal 240 98 29 0 0.59 0.88 0.06 19.62 0.88 0.53
Hex F0 62 1D 0 3B 58 6 14 58 35
Octal 360 142 35 0 73 130 6 24 130 65
Binary 11110000 1100010 11101 0 111011 1011000 110 10100 1011000 110101

Color Harmonies of #F0621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0621D

Black with #F0621D

Text Example


Text Example

White with #F0621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0621D; }

 p { color: rgb(240,98,29); }

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

background-color css

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

 a { background-color: rgb(240,98,29); }

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

border-color css

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

 span { border-color: rgb(240,98,29); }

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