Html Css Color HEX #F57F17 Pumpkin

📋 copy color: '#F57F17'

red 245 ◦ green 127 ◦ blue 23

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

Shades of Pumpkin #F57F17

Tints of Pumpkin #F57F17

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

 BLUE value IS 23 (9.38% from 255) = 5.82%

R = 62.03%
G = 32.15%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F57F17 (or 0xF57F17) is known color: Pumpkin. HEX triplet: F5, 7F and 17. RGB value is (245,127,23). Sum of RGB (Red+Green+Blue) = 245+127+23=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57F17 is #0A80E8. Grayscale: #969696. Windows color (decimal): -688361 or 1540085. OLE color: 1540085.

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

Color convert

RGB 245 127 23 -
CMYK 0 0.48 0.91 0.04
HSL 28.11º 0.92% 0.53% -
HSV(B) 28.11º 0.91% 0.96% -
XYZ 45.4 34.65 5.11 -
YUV 150.43 56.09 195.46 -
System Red Green Blue C M Y K H S L
Decimal 245 127 23 0 0.48 0.91 0.04 28.11 0.92 0.53
Hex F5 7F 17 0 30 5B 4 1C 5C 35
Octal 365 177 27 0 60 133 4 34 134 65
Binary 11110101 1111111 10111 0 110000 1011011 100 11100 1011100 110101

Color Harmonies of #F57F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F17

Black with #F57F17

Text Example


Text Example

White with #F57F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F17; }

 p { color: rgb(245,127,23); }

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

background-color css

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

 a { background-color: rgb(245,127,23); }

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

border-color css

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

 span { border-color: rgb(245,127,23); }

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