Html Css Color HEX #F57218 Pumpkin

📋 copy color: '#F57218'

red 245 ◦ green 114 ◦ blue 24

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

Shades of Pumpkin #F57218

Tints of Pumpkin #F57218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 24 (9.77% from 255) = 6.27%

R = 63.97%
G = 29.77%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F57218 (or 0xF57218) is known color: Pumpkin. HEX triplet: F5, 72 and 18. RGB value is (245,114,24). Sum of RGB (Red+Green+Blue) = 245+114+24=383 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.97% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 245 - color contains mainly: red. Hex color #F57218 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57218 is #0A8DE7. Grayscale: #8F8F8F. Windows color (decimal): -691688 or 1602293. OLE color: 1602293.

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

Color convert

RGB 245 114 24 -
CMYK 0 0.53 0.90 0.04
HSL 24.43º 0.92% 0.53% -
HSV(B) 24.43º 0.9% 0.96% -
XYZ 43.84 31.51 4.64 -
YUV 142.91 60.9 200.82 -
System Red Green Blue C M Y K H S L
Decimal 245 114 24 0 0.53 0.90 0.04 24.43 0.92 0.53
Hex F5 72 18 0 35 5A 4 18 5C 35
Octal 365 162 30 0 65 132 4 30 134 65
Binary 11110101 1110010 11000 0 110101 1011010 100 11000 1011100 110101

Color Harmonies of #F57218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57218

Black with #F57218

Text Example


Text Example

White with #F57218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57218; }

 p { color: rgb(245,114,24); }

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

background-color css

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

 a { background-color: rgb(245,114,24); }

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

border-color css

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

 span { border-color: rgb(245,114,24); }

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