Html Css Color HEX #F57D16 Pumpkin

📋 copy color: '#F57D16'

red 245 ◦ green 125 ◦ blue 22

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

Shades of Pumpkin #F57D16

Tints of Pumpkin #F57D16

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.89%

 BLUE value IS 22 (8.98% from 255) = 5.61%

R = 62.5%
G = 31.89%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F57D16 (or 0xF57D16) is known color: Pumpkin. HEX triplet: F5, 7D and 16. RGB value is (245,125,22). Sum of RGB (Red+Green+Blue) = 245+125+22=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57D16 is #0A82E9. Grayscale: #959595. Windows color (decimal): -688874 or 1474037. OLE color: 1474037.

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

Color convert

RGB 245 125 22 -
CMYK 0 0.49 0.91 0.04
HSL 27.71º 0.92% 0.52% -
HSV(B) 27.71º 0.91% 0.96% -
XYZ 45.13 34.14 4.97 -
YUV 149.14 56.26 196.38 -
System Red Green Blue C M Y K H S L
Decimal 245 125 22 0 0.49 0.91 0.04 27.71 0.92 0.52
Hex F5 7D 16 0 31 5B 4 1C 5C 34
Octal 365 175 26 0 61 133 4 34 134 64
Binary 11110101 1111101 10110 0 110001 1011011 100 11100 1011100 110100

Color Harmonies of #F57D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57D16

Black with #F57D16

Text Example


Text Example

White with #F57D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57D16; }

 p { color: rgb(245,125,22); }

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

background-color css

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

 a { background-color: rgb(245,125,22); }

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

border-color css

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

 span { border-color: rgb(245,125,22); }

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