Html Css Color HEX #F0631E Pumpkin

📋 copy color: '#F0631E'

red 240 ◦ green 99 ◦ blue 30

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

Shades of Pumpkin #F0631E

Tints of Pumpkin #F0631E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.83%

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

R = 65.04%
G = 26.83%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0631E (or 0xF0631E) is known color: Pumpkin. HEX triplet: F0, 63 and 1E. RGB value is (240,99,30). Sum of RGB (Red+Green+Blue) = 240+99+30=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0631E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0631E is #0F9CE1. Grayscale: #858585. Windows color (decimal): -1023202 or 1991664. OLE color: 1991664.

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

Color convert

RGB 240 99 30 -
CMYK 0 0.59 0.87 0.06
HSL 19.71º 0.88% 0.53% -
HSV(B) 19.71º 0.88% 0.94% -
XYZ 40.63 27.54 4.4 -
YUV 133.29 69.71 204.11 -
System Red Green Blue C M Y K H S L
Decimal 240 99 30 0 0.59 0.87 0.06 19.71 0.88 0.53
Hex F0 63 1E 0 3B 57 6 14 58 35
Octal 360 143 36 0 73 127 6 24 130 65
Binary 11110000 1100011 11110 0 111011 1010111 110 10100 1011000 110101

Color Harmonies of #F0631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0631E

Black with #F0631E

Text Example


Text Example

White with #F0631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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