Html Css Color HEX #F0681C Pumpkin

📋 copy color: '#F0681C'

red 240 ◦ green 104 ◦ blue 28

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

Shades of Pumpkin #F0681C

Tints of Pumpkin #F0681C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 64.52%
G = 27.96%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0681C (or 0xF0681C) is known color: Pumpkin. HEX triplet: F0, 68 and 1C. RGB value is (240,104,28). Sum of RGB (Red+Green+Blue) = 240+104+28=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0681C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0681C is #0F97E3. Grayscale: #888888. Windows color (decimal): -1021924 or 1861872. OLE color: 1861872.

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

Color convert

RGB 240 104 28 -
CMYK 0 0.57 0.88 0.06
HSL 21.51º 0.88% 0.53% -
HSV(B) 21.51º 0.88% 0.94% -
XYZ 41.1 28.51 4.44 -
YUV 136 67.06 202.18 -
System Red Green Blue C M Y K H S L
Decimal 240 104 28 0 0.57 0.88 0.06 21.51 0.88 0.53
Hex F0 68 1C 0 39 58 6 16 58 35
Octal 360 150 34 0 71 130 6 26 130 65
Binary 11110000 1101000 11100 0 111001 1011000 110 10110 1011000 110101

Color Harmonies of #F0681C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0681C

Black with #F0681C

Text Example


Text Example

White with #F0681C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0681C; }

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

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

background-color css

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

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

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

border-color css

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

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

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