Html Css Color HEX #F0691F Pumpkin

📋 copy color: '#F0691F'

red 240 ◦ green 105 ◦ blue 31

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

Shades of Pumpkin #F0691F

Tints of Pumpkin #F0691F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

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

R = 63.83%
G = 27.93%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0691F (or 0xF0691F) is known color: Pumpkin. HEX triplet: F0, 69 and 1F. RGB value is (240,105,31). Sum of RGB (Red+Green+Blue) = 240+105+31=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F0691F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0691F is #0F96E0. Grayscale: #898989. Windows color (decimal): -1021665 or 2058736. OLE color: 2058736.

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

Color convert

RGB 240 105 31 -
CMYK 0 0.56 0.87 0.06
HSL 21.24º 0.87% 0.53% -
HSV(B) 21.24º 0.87% 0.94% -
XYZ 41.23 28.73 4.67 -
YUV 136.93 68.23 201.52 -
System Red Green Blue C M Y K H S L
Decimal 240 105 31 0 0.56 0.87 0.06 21.24 0.87 0.53
Hex F0 69 1F 0 38 57 6 15 57 35
Octal 360 151 37 0 70 127 6 25 127 65
Binary 11110000 1101001 11111 0 111000 1010111 110 10101 1010111 110101

Color Harmonies of #F0691F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0691F

Black with #F0691F

Text Example


Text Example

White with #F0691F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0691F; }

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

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

background-color css

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

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

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

border-color css

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

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

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