Html Css Color HEX #F5701C Pumpkin

📋 copy color: '#F5701C'

red 245 ◦ green 112 ◦ blue 28

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

Shades of Pumpkin #F5701C

Tints of Pumpkin #F5701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.27%

R = 63.64%
G = 29.09%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5701C (or 0xF5701C) is known color: Pumpkin. HEX triplet: F5, 70 and 1C. RGB value is (245,112,28). Sum of RGB (Red+Green+Blue) = 245+112+28=385 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.64% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 245 - color contains mainly: red. Hex color #F5701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5701C is #0A8FE3. Grayscale: #8E8E8E. Windows color (decimal): -692196 or 1863925. OLE color: 1863925.

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

Color convert

RGB 245 112 28 -
CMYK 0 0.54 0.89 0.04
HSL 23.23º 0.92% 0.54% -
HSV(B) 23.23º 0.89% 0.96% -
XYZ 43.66 31.08 4.8 -
YUV 142.19 63.56 201.33 -
System Red Green Blue C M Y K H S L
Decimal 245 112 28 0 0.54 0.89 0.04 23.23 0.92 0.54
Hex F5 70 1C 0 36 59 4 17 5C 36
Octal 365 160 34 0 66 131 4 27 134 66
Binary 11110101 1110000 11100 0 110110 1011001 100 10111 1011100 110110

Color Harmonies of #F5701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5701C

Black with #F5701C

Text Example


Text Example

White with #F5701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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