Html Css Color HEX #F0681A Pumpkin

📋 copy color: '#F0681A'

red 240 ◦ green 104 ◦ blue 26

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

Shades of Pumpkin #F0681A

Tints of Pumpkin #F0681A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 64.86%
G = 28.11%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0681A (or 0xF0681A) is known color: Pumpkin. HEX triplet: F0, 68 and 1A. RGB value is (240,104,26). Sum of RGB (Red+Green+Blue) = 240+104+26=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 104 (41.02% from 255 or 28.11% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0681A is #0F97E5. Grayscale: #888888. Windows color (decimal): -1021926 or 1730800. OLE color: 1730800.

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

Color convert

RGB 240 104 26 -
CMYK 0 0.57 0.89 0.06
HSL 21.87º 0.88% 0.52% -
HSV(B) 21.87º 0.89% 0.94% -
XYZ 41.07 28.5 4.31 -
YUV 135.77 66.06 202.34 -
System Red Green Blue C M Y K H S L
Decimal 240 104 26 0 0.57 0.89 0.06 21.87 0.88 0.52
Hex F0 68 1A 0 39 59 6 16 58 34
Octal 360 150 32 0 71 131 6 26 130 64
Binary 11110000 1101000 11010 0 111001 1011001 110 10110 1011000 110100

Color Harmonies of #F0681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0681A

Black with #F0681A

Text Example


Text Example

White with #F0681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0681A; }

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

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

background-color css

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

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

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

border-color css

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

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

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