Html Css Color HEX #F0671D Pumpkin

📋 copy color: '#F0671D'

red 240 ◦ green 103 ◦ blue 29

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

Shades of Pumpkin #F0671D

Tints of Pumpkin #F0671D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.69%

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

R = 64.52%
G = 27.69%
B = 7.8%

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

#F0671D (or 0xF0671D) is known color: Pumpkin. HEX triplet: F0, 67 and 1D. RGB value is (240,103,29). Sum of RGB (Red+Green+Blue) = 240+103+29=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671D is #0F98E2. Grayscale: #878787. Windows color (decimal): -1022179 or 1927152. OLE color: 1927152.

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

Color convert

RGB 240 103 29 -
CMYK 0 0.57 0.88 0.06
HSL 21.04º 0.88% 0.53% -
HSV(B) 21.04º 0.88% 0.94% -
XYZ 41.01 28.31 4.47 -
YUV 135.53 67.89 202.52 -
System Red Green Blue C M Y K H S L
Decimal 240 103 29 0 0.57 0.88 0.06 21.04 0.88 0.53
Hex F0 67 1D 0 39 58 6 15 58 35
Octal 360 147 35 0 71 130 6 25 130 65
Binary 11110000 1100111 11101 0 111001 1011000 110 10101 1011000 110101

Color Harmonies of #F0671D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0671D

Black with #F0671D

Text Example


Text Example

White with #F0671D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0671D; }

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

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

background-color css

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

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

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

border-color css

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

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

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