Html Css Color HEX #F57A28 Pumpkin

📋 copy color: '#F57A28'

red 245 ◦ green 122 ◦ blue 40

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

Shades of Pumpkin #F57A28

Tints of Pumpkin #F57A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.98%

 BLUE value IS 40 (16.02% from 255) = 9.83%

R = 60.2%
G = 29.98%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F57A28 (or 0xF57A28) is known color: Pumpkin. HEX triplet: F5, 7A and 28. RGB value is (245,122,40). Sum of RGB (Red+Green+Blue) = 245+122+40=407 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.20% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 245 - color contains mainly: red. Hex color #F57A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57A28 is #0A85D7. Grayscale: #959595. Windows color (decimal): -689624 or 2652917. OLE color: 2652917.

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

Color convert

RGB 245 122 40 -
CMYK 0 0.50 0.84 0.04
HSL 24º 0.91% 0.56% -
HSV(B) 24º 0.84% 0.96% -
XYZ 45 33.48 6.1 -
YUV 149.43 66.25 196.17 -
System Red Green Blue C M Y K H S L
Decimal 245 122 40 0 0.50 0.84 0.04 24 0.91 0.56
Hex F5 7A 28 0 32 54 4 18 5B 38
Octal 365 172 50 0 62 124 4 30 133 70
Binary 11110101 1111010 101000 0 110010 1010100 100 11000 1011011 111000

Color Harmonies of #F57A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57A28

Black with #F57A28

Text Example


Text Example

White with #F57A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57A28; }

 p { color: rgb(245,122,40); }

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

background-color css

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

 a { background-color: rgb(245,122,40); }

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

border-color css

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

 span { border-color: rgb(245,122,40); }

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