Html Css Color HEX #F57F10 Pumpkin

📋 copy color: '#F57F10'

red 245 ◦ green 127 ◦ blue 16

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

Shades of Pumpkin #F57F10

Tints of Pumpkin #F57F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.12%

R = 63.14%
G = 32.73%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57F10 (or 0xF57F10) is known color: Pumpkin. HEX triplet: F5, 7F and 10. RGB value is (245,127,16). Sum of RGB (Red+Green+Blue) = 245+127+16=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 16 (6.64% from 255 or 4.12% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57F10 is #0A80EF. Grayscale: #969696. Windows color (decimal): -688368 or 1081333. OLE color: 1081333.

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

Color convert

RGB 245 127 16 -
CMYK 0 0.48 0.93 0.04
HSL 29.08º 0.92% 0.51% -
HSV(B) 29.08º 0.93% 0.96% -
XYZ 45.34 34.63 4.78 -
YUV 149.63 52.59 196.03 -
System Red Green Blue C M Y K H S L
Decimal 245 127 16 0 0.48 0.93 0.04 29.08 0.92 0.51
Hex F5 7F 10 0 30 5D 4 1D 5C 33
Octal 365 177 20 0 60 135 4 35 134 63
Binary 11110101 1111111 10000 0 110000 1011101 100 11101 1011100 110011

Color Harmonies of #F57F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F10

Black with #F57F10

Text Example


Text Example

White with #F57F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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