Html Css Color HEX #F0661B Pumpkin

📋 copy color: '#F0661B'

red 240 ◦ green 102 ◦ blue 27

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

Shades of Pumpkin #F0661B

Tints of Pumpkin #F0661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 65.04%
G = 27.64%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0661B (or 0xF0661B) is known color: Pumpkin. HEX triplet: F0, 66 and 1B. RGB value is (240,102,27). Sum of RGB (Red+Green+Blue) = 240+102+27=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0661B is #0F99E4. Grayscale: #878787. Windows color (decimal): -1022437 or 1795824. OLE color: 1795824.

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

Color convert

RGB 240 102 27 -
CMYK 0 0.58 0.89 0.06
HSL 21.13º 0.88% 0.52% -
HSV(B) 21.13º 0.89% 0.94% -
XYZ 40.88 28.11 4.31 -
YUV 134.71 67.22 203.1 -
System Red Green Blue C M Y K H S L
Decimal 240 102 27 0 0.58 0.89 0.06 21.13 0.88 0.52
Hex F0 66 1B 0 3A 59 6 15 58 34
Octal 360 146 33 0 72 131 6 25 130 64
Binary 11110000 1100110 11011 0 111010 1011001 110 10101 1011000 110100

Color Harmonies of #F0661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0661B

Black with #F0661B

Text Example


Text Example

White with #F0661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0661B; }

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

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

background-color css

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

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

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

border-color css

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

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

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