Html Css Color HEX #F0611C Pumpkin

📋 copy color: '#F0611C'

red 240 ◦ green 97 ◦ blue 28

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

Shades of Pumpkin #F0611C

Tints of Pumpkin #F0611C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.58%

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

R = 65.75%
G = 26.58%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0611C (or 0xF0611C) is known color: Pumpkin. HEX triplet: F0, 61 and 1C. RGB value is (240,97,28). Sum of RGB (Red+Green+Blue) = 240+97+28=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0611C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0611C is #0F9EE3. Grayscale: #848484. Windows color (decimal): -1023716 or 1860080. OLE color: 1860080.

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

Color convert

RGB 240 97 28 -
CMYK 0 0.60 0.88 0.06
HSL 19.53º 0.88% 0.53% -
HSV(B) 19.53º 0.88% 0.94% -
XYZ 40.42 27.16 4.21 -
YUV 131.89 69.38 205.11 -
System Red Green Blue C M Y K H S L
Decimal 240 97 28 0 0.60 0.88 0.06 19.53 0.88 0.53
Hex F0 61 1C 0 3C 58 6 14 58 35
Octal 360 141 34 0 74 130 6 24 130 65
Binary 11110000 1100001 11100 0 111100 1011000 110 10100 1011000 110101

Color Harmonies of #F0611C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0611C

Black with #F0611C

Text Example


Text Example

White with #F0611C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0611C; }

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

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

background-color css

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

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

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

border-color css

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

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

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