Html Css Color HEX #F0671E Pumpkin

📋 copy color: '#F0671E'

red 240 ◦ green 103 ◦ blue 30

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

Shades of Pumpkin #F0671E

Tints of Pumpkin #F0671E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.04%

R = 64.34%
G = 27.61%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0671E (or 0xF0671E) is known color: Pumpkin. HEX triplet: F0, 67 and 1E. RGB value is (240,103,30). Sum of RGB (Red+Green+Blue) = 240+103+30=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671E is #0F98E1. Grayscale: #888888. Windows color (decimal): -1022178 or 1992688. OLE color: 1992688.

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

Color convert

RGB 240 103 30 -
CMYK 0 0.57 0.87 0.06
HSL 20.86º 0.88% 0.53% -
HSV(B) 20.86º 0.88% 0.94% -
XYZ 41.02 28.32 4.53 -
YUV 135.64 68.39 202.44 -
System Red Green Blue C M Y K H S L
Decimal 240 103 30 0 0.57 0.87 0.06 20.86 0.88 0.53
Hex F0 67 1E 0 39 57 6 15 58 35
Octal 360 147 36 0 71 127 6 25 130 65
Binary 11110000 1100111 11110 0 111001 1010111 110 10101 1011000 110101

Color Harmonies of #F0671E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0671E

Black with #F0671E

Text Example


Text Example

White with #F0671E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0671E; }

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

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

background-color css

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

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

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

border-color css

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

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

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