Html Css Color HEX #F5631E Pumpkin

📋 copy color: '#F5631E'

red 245 ◦ green 99 ◦ blue 30

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

Shades of Pumpkin #F5631E

Tints of Pumpkin #F5631E

RGB

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

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

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

R = 65.51%
G = 26.47%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5631E (or 0xF5631E) is known color: Pumpkin. HEX triplet: F5, 63 and 1E. RGB value is (245,99,30). Sum of RGB (Red+Green+Blue) = 245+99+30=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F5631E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5631E is #0A9CE1. Grayscale: #878787. Windows color (decimal): -695522 or 1991669. OLE color: 1991669.

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

Color convert

RGB 245 99 30 -
CMYK 0 0.60 0.88 0.04
HSL 19.26º 0.91% 0.54% -
HSV(B) 19.26º 0.88% 0.96% -
XYZ 42.35 28.43 4.48 -
YUV 134.79 68.87 206.61 -
System Red Green Blue C M Y K H S L
Decimal 245 99 30 0 0.60 0.88 0.04 19.26 0.91 0.54
Hex F5 63 1E 0 3C 58 4 13 5B 36
Octal 365 143 36 0 74 130 4 23 133 66
Binary 11110101 1100011 11110 0 111100 1011000 100 10011 1011011 110110

Color Harmonies of #F5631E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5631E

Black with #F5631E

Text Example


Text Example

White with #F5631E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5631E; }

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

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

background-color css

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

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

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

border-color css

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

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

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