Html Css Color HEX #F0611A Pumpkin

📋 copy color: '#F0611A'

red 240 ◦ green 97 ◦ blue 26

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

Shades of Pumpkin #F0611A

Tints of Pumpkin #F0611A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.16%

R = 66.12%
G = 26.72%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0611A (or 0xF0611A) is known color: Pumpkin. HEX triplet: F0, 61 and 1A. RGB value is (240,97,26). Sum of RGB (Red+Green+Blue) = 240+97+26=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 26 (10.55% from 255 or 7.16% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F0611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0611A is #0F9EE5. Grayscale: #848484. Windows color (decimal): -1023718 or 1729008. OLE color: 1729008.

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

Color convert

RGB 240 97 26 -
CMYK 0 0.60 0.89 0.06
HSL 19.91º 0.88% 0.52% -
HSV(B) 19.91º 0.89% 0.94% -
XYZ 40.4 27.15 4.09 -
YUV 131.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 240 97 26 0 0.60 0.89 0.06 19.91 0.88 0.52
Hex F0 61 1A 0 3C 59 6 14 58 34
Octal 360 141 32 0 74 131 6 24 130 64
Binary 11110000 1100001 11010 0 111100 1011001 110 10100 1011000 110100

Color Harmonies of #F0611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0611A

Black with #F0611A

Text Example


Text Example

White with #F0611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0611A; }

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

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

background-color css

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

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

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

border-color css

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

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

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