Html Css Color HEX #F5701E Pumpkin

📋 copy color: '#F5701E'

red 245 ◦ green 112 ◦ blue 30

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

Shades of Pumpkin #F5701E

Tints of Pumpkin #F5701E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 63.31%
G = 28.94%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F5701E (or 0xF5701E) is known color: Pumpkin. HEX triplet: F5, 70 and 1E. RGB value is (245,112,30). Sum of RGB (Red+Green+Blue) = 245+112+30=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F5701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5701E is #0A8FE1. Grayscale: #8E8E8E. Windows color (decimal): -692194 or 1994997. OLE color: 1994997.

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

Color convert

RGB 245 112 30 -
CMYK 0 0.54 0.88 0.04
HSL 22.88º 0.91% 0.54% -
HSV(B) 22.88º 0.88% 0.96% -
XYZ 43.68 31.09 4.93 -
YUV 142.42 64.56 201.17 -
System Red Green Blue C M Y K H S L
Decimal 245 112 30 0 0.54 0.88 0.04 22.88 0.91 0.54
Hex F5 70 1E 0 36 58 4 17 5B 36
Octal 365 160 36 0 66 130 4 27 133 66
Binary 11110101 1110000 11110 0 110110 1011000 100 10111 1011011 110110

Color Harmonies of #F5701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5701E

Black with #F5701E

Text Example


Text Example

White with #F5701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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