Html Css Color HEX #F5701F Pumpkin

📋 copy color: '#F5701F'

red 245 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #F5701F

Tints of Pumpkin #F5701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.99%

R = 63.14%
G = 28.87%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5701F (or 0xF5701F) is known color: Pumpkin. HEX triplet: F5, 70 and 1F. RGB value is (245,112,31). Sum of RGB (Red+Green+Blue) = 245+112+31=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5701F is #0A8FE0. Grayscale: #8E8E8E. Windows color (decimal): -692193 or 2060533. OLE color: 2060533.

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

Color convert

RGB 245 112 31 -
CMYK 0 0.54 0.87 0.04
HSL 22.71º 0.91% 0.54% -
HSV(B) 22.71º 0.87% 0.96% -
XYZ 43.7 31.1 5 -
YUV 142.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 245 112 31 0 0.54 0.87 0.04 22.71 0.91 0.54
Hex F5 70 1F 0 36 57 4 17 5B 36
Octal 365 160 37 0 66 127 4 27 133 66
Binary 11110101 1110000 11111 0 110110 1010111 100 10111 1011011 110110

Color Harmonies of #F5701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5701F

Black with #F5701F

Text Example


Text Example

White with #F5701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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