Html Css Color HEX #F0651F Pumpkin

📋 copy color: '#F0651F'

red 240 ◦ green 101 ◦ blue 31

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

Shades of Pumpkin #F0651F

Tints of Pumpkin #F0651F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 64.52%
G = 27.15%
B = 8.33%

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

#F0651F (or 0xF0651F) is known color: Pumpkin. HEX triplet: F0, 65 and 1F. RGB value is (240,101,31). Sum of RGB (Red+Green+Blue) = 240+101+31=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0651F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0651F is #0F9AE0. Grayscale: #878787. Windows color (decimal): -1022689 or 2057712. OLE color: 2057712.

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

Color convert

RGB 240 101 31 -
CMYK 0 0.58 0.87 0.06
HSL 20.1º 0.87% 0.53% -
HSV(B) 20.1º 0.87% 0.94% -
XYZ 40.84 27.93 4.54 -
YUV 134.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 240 101 31 0 0.58 0.87 0.06 20.1 0.87 0.53
Hex F0 65 1F 0 3A 57 6 14 57 35
Octal 360 145 37 0 72 127 6 24 127 65
Binary 11110000 1100101 11111 0 111010 1010111 110 10100 1010111 110101

Color Harmonies of #F0651F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0651F

Black with #F0651F

Text Example


Text Example

White with #F0651F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0651F; }

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

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

background-color css

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

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

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

border-color css

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

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

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