Html Css Color HEX #F0681B Pumpkin

📋 copy color: '#F0681B'

red 240 ◦ green 104 ◦ blue 27

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

Shades of Pumpkin #F0681B

Tints of Pumpkin #F0681B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.28%

R = 64.69%
G = 28.03%
B = 7.28%

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

#F0681B (or 0xF0681B) is known color: Pumpkin. HEX triplet: F0, 68 and 1B. RGB value is (240,104,27). Sum of RGB (Red+Green+Blue) = 240+104+27=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0681B is #0F97E4. Grayscale: #888888. Windows color (decimal): -1021925 or 1796336. OLE color: 1796336.

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

Color convert

RGB 240 104 27 -
CMYK 0 0.57 0.89 0.06
HSL 21.69º 0.88% 0.52% -
HSV(B) 21.69º 0.89% 0.94% -
XYZ 41.08 28.51 4.37 -
YUV 135.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 240 104 27 0 0.57 0.89 0.06 21.69 0.88 0.52
Hex F0 68 1B 0 39 59 6 16 58 34
Octal 360 150 33 0 71 131 6 26 130 64
Binary 11110000 1101000 11011 0 111001 1011001 110 10110 1011000 110100

Color Harmonies of #F0681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0681B

Black with #F0681B

Text Example


Text Example

White with #F0681B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0681B; }

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

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

background-color css

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

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

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

border-color css

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

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

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