Html Css Color HEX #F0621C Pumpkin

📋 copy color: '#F0621C'

red 240 ◦ green 98 ◦ blue 28

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

Shades of Pumpkin #F0621C

Tints of Pumpkin #F0621C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.65%

R = 65.57%
G = 26.78%
B = 7.65%

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

#F0621C (or 0xF0621C) is known color: Pumpkin. HEX triplet: F0, 62 and 1C. RGB value is (240,98,28). Sum of RGB (Red+Green+Blue) = 240+98+28=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0621C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0621C is #0F9DE3. Grayscale: #848484. Windows color (decimal): -1023460 or 1860336. OLE color: 1860336.

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

Color convert

RGB 240 98 28 -
CMYK 0 0.59 0.88 0.06
HSL 19.81º 0.88% 0.53% -
HSV(B) 19.81º 0.88% 0.94% -
XYZ 40.51 27.34 4.24 -
YUV 132.48 69.04 204.69 -
System Red Green Blue C M Y K H S L
Decimal 240 98 28 0 0.59 0.88 0.06 19.81 0.88 0.53
Hex F0 62 1C 0 3B 58 6 14 58 35
Octal 360 142 34 0 73 130 6 24 130 65
Binary 11110000 1100010 11100 0 111011 1011000 110 10100 1011000 110101

Color Harmonies of #F0621C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0621C

Black with #F0621C

Text Example


Text Example

White with #F0621C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0621C; }

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

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

background-color css

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

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

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

border-color css

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

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

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