Html Css Color HEX #F0641F Pumpkin

📋 copy color: '#F0641F'

red 240 ◦ green 100 ◦ blue 31

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

Shades of Pumpkin #F0641F

Tints of Pumpkin #F0641F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

 BLUE value IS 31 (12.5% from 255) = 8.36%

R = 64.69%
G = 26.95%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0641F (or 0xF0641F) is known color: Pumpkin. HEX triplet: F0, 64 and 1F. RGB value is (240,100,31). Sum of RGB (Red+Green+Blue) = 240+100+31=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0641F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0641F is #0F9BE0. Grayscale: #868686. Windows color (decimal): -1022945 or 2057456. OLE color: 2057456.

HSL color Cylindrical-coordinate representation of color #F0641F: hue angle of 19.81º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0641F is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 100 31 -
CMYK 0 0.58 0.87 0.06
HSL 19.81º 0.87% 0.53% -
HSV(B) 19.81º 0.87% 0.94% -
XYZ 40.74 27.74 4.5 -
YUV 133.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 240 100 31 0 0.58 0.87 0.06 19.81 0.87 0.53
Hex F0 64 1F 0 3A 57 6 14 57 35
Octal 360 144 37 0 72 127 6 24 127 65
Binary 11110000 1100100 11111 0 111010 1010111 110 10100 1010111 110101

Color Harmonies of #F0641F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0641F

Black with #F0641F

Text Example


Text Example

White with #F0641F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0641F; }

 p { color: rgb(240,100,31); }

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

background-color css

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

 a { background-color: rgb(240,100,31); }

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

border-color css

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

 span { border-color: rgb(240,100,31); }

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