Html Css Color HEX #F0681E Pumpkin

📋 copy color: '#F0681E'

red 240 ◦ green 104 ◦ blue 30

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

Shades of Pumpkin #F0681E

Tints of Pumpkin #F0681E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

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

R = 64.17%
G = 27.81%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0681E (or 0xF0681E) is known color: Pumpkin. HEX triplet: F0, 68 and 1E. RGB value is (240,104,30). Sum of RGB (Red+Green+Blue) = 240+104+30=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0681E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0681E is #0F97E1. Grayscale: #888888. Windows color (decimal): -1021922 or 1992944. OLE color: 1992944.

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

Color convert

RGB 240 104 30 -
CMYK 0 0.57 0.87 0.06
HSL 21.14º 0.88% 0.53% -
HSV(B) 21.14º 0.88% 0.94% -
XYZ 41.12 28.52 4.57 -
YUV 136.23 68.06 202.02 -
System Red Green Blue C M Y K H S L
Decimal 240 104 30 0 0.57 0.87 0.06 21.14 0.88 0.53
Hex F0 68 1E 0 39 57 6 15 58 35
Octal 360 150 36 0 71 127 6 25 130 65
Binary 11110000 1101000 11110 0 111001 1010111 110 10101 1011000 110101

Color Harmonies of #F0681E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0681E

Black with #F0681E

Text Example


Text Example

White with #F0681E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0681E; }

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

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

background-color css

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

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

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

border-color css

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

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

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