Html Css Color HEX #F0751E Pumpkin

📋 copy color: '#F0751E'

red 240 ◦ green 117 ◦ blue 30

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

Shades of Pumpkin #F0751E

Tints of Pumpkin #F0751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 62.02%
G = 30.23%
B = 7.75%

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

#F0751E (or 0xF0751E) is known color: Pumpkin. HEX triplet: F0, 75 and 1E. RGB value is (240,117,30). Sum of RGB (Red+Green+Blue) = 240+117+30=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F0751E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0751E is #0F8AE1. Grayscale: #909090. Windows color (decimal): -1018594 or 1996272. OLE color: 1996272.

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

Color convert

RGB 240 117 30 -
CMYK 0 0.51 0.87 0.06
HSL 24.86º 0.88% 0.53% -
HSV(B) 24.86º 0.88% 0.94% -
XYZ 42.53 31.34 5.04 -
YUV 143.86 63.75 196.57 -
System Red Green Blue C M Y K H S L
Decimal 240 117 30 0 0.51 0.87 0.06 24.86 0.88 0.53
Hex F0 75 1E 0 33 57 6 19 58 35
Octal 360 165 36 0 63 127 6 31 130 65
Binary 11110000 1110101 11110 0 110011 1010111 110 11001 1011000 110101

Color Harmonies of #F0751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0751E

Black with #F0751E

Text Example


Text Example

White with #F0751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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