Html Css Color HEX #F57714 Pumpkin

📋 copy color: '#F57714'

red 245 ◦ green 119 ◦ blue 20

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

Shades of Pumpkin #F57714

Tints of Pumpkin #F57714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 63.8%
G = 30.99%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F57714 (or 0xF57714) is known color: Pumpkin. HEX triplet: F5, 77 and 14. RGB value is (245,119,20). Sum of RGB (Red+Green+Blue) = 245+119+20=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F57714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57714 is #0A88EB. Grayscale: #919191. Windows color (decimal): -690412 or 1341429. OLE color: 1341429.

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

Color convert

RGB 245 119 20 -
CMYK 0 0.51 0.92 0.04
HSL 26.4º 0.92% 0.52% -
HSV(B) 26.4º 0.92% 0.96% -
XYZ 44.38 32.66 4.63 -
YUV 145.39 57.24 199.05 -
System Red Green Blue C M Y K H S L
Decimal 245 119 20 0 0.51 0.92 0.04 26.4 0.92 0.52
Hex F5 77 14 0 33 5C 4 1A 5C 34
Octal 365 167 24 0 63 134 4 32 134 64
Binary 11110101 1110111 10100 0 110011 1011100 100 11010 1011100 110100

Color Harmonies of #F57714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57714

Black with #F57714

Text Example


Text Example

White with #F57714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57714; }

 p { color: rgb(245,119,20); }

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

background-color css

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

 a { background-color: rgb(245,119,20); }

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

border-color css

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

 span { border-color: rgb(245,119,20); }

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