Html Css Color HEX #F57612 Pumpkin

📋 copy color: '#F57612'

red 245 ◦ green 118 ◦ blue 18

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

Shades of Pumpkin #F57612

Tints of Pumpkin #F57612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.97%

 BLUE value IS 18 (7.42% from 255) = 4.72%

R = 64.3%
G = 30.97%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57612 (or 0xF57612) is known color: Pumpkin. HEX triplet: F5, 76 and 12. RGB value is (245,118,18). Sum of RGB (Red+Green+Blue) = 245+118+18=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F57612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57612 is #0A89ED. Grayscale: #919191. Windows color (decimal): -690670 or 1210101. OLE color: 1210101.

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

Color convert

RGB 245 118 18 -
CMYK 0 0.52 0.93 0.04
HSL 26.43º 0.92% 0.52% -
HSV(B) 26.43º 0.93% 0.96% -
XYZ 44.24 32.41 4.5 -
YUV 144.57 56.58 199.63 -
System Red Green Blue C M Y K H S L
Decimal 245 118 18 0 0.52 0.93 0.04 26.43 0.92 0.52
Hex F5 76 12 0 34 5D 4 1A 5C 34
Octal 365 166 22 0 64 135 4 32 134 64
Binary 11110101 1110110 10010 0 110100 1011101 100 11010 1011100 110100

Color Harmonies of #F57612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57612

Black with #F57612

Text Example


Text Example

White with #F57612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57612; }

 p { color: rgb(245,118,18); }

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

background-color css

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

 a { background-color: rgb(245,118,18); }

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

border-color css

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

 span { border-color: rgb(245,118,18); }

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