Html Css Color HEX #F5641E Pumpkin

📋 copy color: '#F5641E'

red 245 ◦ green 100 ◦ blue 30

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

Shades of Pumpkin #F5641E

Tints of Pumpkin #F5641E

RGB

 RED value IS 245 (96.09% from 255) = 65.33%

 GREEN value IS 100 (39.45% from 255) = 26.67%

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

R = 65.33%
G = 26.67%
B = 8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5641E (or 0xF5641E) is known color: Pumpkin. HEX triplet: F5, 64 and 1E. RGB value is (245,100,30). Sum of RGB (Red+Green+Blue) = 245+100+30=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F5641E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5641E is #0A9BE1. Grayscale: #878787. Windows color (decimal): -695266 or 1991925. OLE color: 1991925.

HSL color Cylindrical-coordinate representation of color #F5641E: hue angle of 19.53º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5641E is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 100 30 -
CMYK 0 0.59 0.88 0.04
HSL 19.53º 0.91% 0.54% -
HSV(B) 19.53º 0.88% 0.96% -
XYZ 42.45 28.62 4.52 -
YUV 135.38 68.54 206.19 -
System Red Green Blue C M Y K H S L
Decimal 245 100 30 0 0.59 0.88 0.04 19.53 0.91 0.54
Hex F5 64 1E 0 3B 58 4 14 5B 36
Octal 365 144 36 0 73 130 4 24 133 66
Binary 11110101 1100100 11110 0 111011 1011000 100 10100 1011011 110110

Color Harmonies of #F5641E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5641E

Black with #F5641E

Text Example


Text Example

White with #F5641E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5641E; }

 p { color: rgb(245,100,30); }

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

background-color css

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

 a { background-color: rgb(245,100,30); }

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

border-color css

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

 span { border-color: rgb(245,100,30); }

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