Html Css Color HEX #F0751F Pumpkin

📋 copy color: '#F0751F'

red 240 ◦ green 117 ◦ blue 31

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

Shades of Pumpkin #F0751F

Tints of Pumpkin #F0751F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 61.86%
G = 30.15%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0751F (or 0xF0751F) is known color: Pumpkin. HEX triplet: F0, 75 and 1F. RGB value is (240,117,31). Sum of RGB (Red+Green+Blue) = 240+117+31=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0751F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0751F is #0F8AE0. Grayscale: #909090. Windows color (decimal): -1018593 or 2061808. OLE color: 2061808.

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

Color convert

RGB 240 117 31 -
CMYK 0 0.51 0.87 0.06
HSL 24.69º 0.87% 0.53% -
HSV(B) 24.69º 0.87% 0.94% -
XYZ 42.54 31.35 5.1 -
YUV 143.97 64.25 196.49 -
System Red Green Blue C M Y K H S L
Decimal 240 117 31 0 0.51 0.87 0.06 24.69 0.87 0.53
Hex F0 75 1F 0 33 57 6 19 57 35
Octal 360 165 37 0 63 127 6 31 127 65
Binary 11110000 1110101 11111 0 110011 1010111 110 11001 1010111 110101

Color Harmonies of #F0751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0751F

Black with #F0751F

Text Example


Text Example

White with #F0751F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0751F; }

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

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

background-color css

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

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

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

border-color css

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

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

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