Html Css Color HEX #F57C1D Pumpkin

📋 copy color: '#F57C1D'

red 245 ◦ green 124 ◦ blue 29

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

Shades of Pumpkin #F57C1D

Tints of Pumpkin #F57C1D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.16%

 BLUE value IS 29 (11.72% from 255) = 7.29%

R = 61.56%
G = 31.16%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F57C1D (or 0xF57C1D) is known color: Pumpkin. HEX triplet: F5, 7C and 1D. RGB value is (245,124,29). Sum of RGB (Red+Green+Blue) = 245+124+29=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 29 (11.72% from 255 or 7.29% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C1D is #0A83E2. Grayscale: #959595. Windows color (decimal): -689123 or 1932533. OLE color: 1932533.

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

Color convert

RGB 245 124 29 -
CMYK 0 0.49 0.88 0.04
HSL 26.39º 0.92% 0.54% -
HSV(B) 26.39º 0.88% 0.96% -
XYZ 45.09 33.92 5.33 -
YUV 149.35 60.09 196.22 -
System Red Green Blue C M Y K H S L
Decimal 245 124 29 0 0.49 0.88 0.04 26.39 0.92 0.54
Hex F5 7C 1D 0 31 58 4 1A 5C 36
Octal 365 174 35 0 61 130 4 32 134 66
Binary 11110101 1111100 11101 0 110001 1011000 100 11010 1011100 110110

Color Harmonies of #F57C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C1D

Black with #F57C1D

Text Example


Text Example

White with #F57C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C1D; }

 p { color: rgb(245,124,29); }

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

background-color css

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

 a { background-color: rgb(245,124,29); }

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

border-color css

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

 span { border-color: rgb(245,124,29); }

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