Html Css Color HEX #F0661D Pumpkin

📋 copy color: '#F0661D'

red 240 ◦ green 102 ◦ blue 29

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

Shades of Pumpkin #F0661D

Tints of Pumpkin #F0661D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 64.69%
G = 27.49%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0661D (or 0xF0661D) is known color: Pumpkin. HEX triplet: F0, 66 and 1D. RGB value is (240,102,29). Sum of RGB (Red+Green+Blue) = 240+102+29=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0661D is #0F99E2. Grayscale: #878787. Windows color (decimal): -1022435 or 1926896. OLE color: 1926896.

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

Color convert

RGB 240 102 29 -
CMYK 0 0.58 0.88 0.06
HSL 20.76º 0.88% 0.53% -
HSV(B) 20.76º 0.88% 0.94% -
XYZ 40.91 28.12 4.43 -
YUV 134.94 68.22 202.94 -
System Red Green Blue C M Y K H S L
Decimal 240 102 29 0 0.58 0.88 0.06 20.76 0.88 0.53
Hex F0 66 1D 0 3A 58 6 15 58 35
Octal 360 146 35 0 72 130 6 25 130 65
Binary 11110000 1100110 11101 0 111010 1011000 110 10101 1011000 110101

Color Harmonies of #F0661D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0661D

Black with #F0661D

Text Example


Text Example

White with #F0661D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0661D; }

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

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

background-color css

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

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

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

border-color css

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

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

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