Html Css Color HEX #F57212 Pumpkin

📋 copy color: '#F57212'

red 245 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #F57212

Tints of Pumpkin #F57212

RGB

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

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

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

R = 64.99%
G = 30.24%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F57212 (or 0xF57212) is known color: Pumpkin. HEX triplet: F5, 72 and 12. RGB value is (245,114,18). Sum of RGB (Red+Green+Blue) = 245+114+18=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F57212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57212 is #0A8DED. Grayscale: #8E8E8E. Windows color (decimal): -691694 or 1209077. OLE color: 1209077.

HSL color Cylindrical-coordinate representation of color #F57212: hue angle of 25.37º 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 #F57212 is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 114 18 -
CMYK 0 0.53 0.93 0.04
HSL 25.37º 0.92% 0.52% -
HSV(B) 25.37º 0.93% 0.96% -
XYZ 43.78 31.49 4.34 -
YUV 142.23 57.9 201.31 -
System Red Green Blue C M Y K H S L
Decimal 245 114 18 0 0.53 0.93 0.04 25.37 0.92 0.52
Hex F5 72 12 0 35 5D 4 19 5C 34
Octal 365 162 22 0 65 135 4 31 134 64
Binary 11110101 1110010 10010 0 110101 1011101 100 11001 1011100 110100

Color Harmonies of #F57212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57212

Black with #F57212

Text Example


Text Example

White with #F57212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57212; }

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

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

background-color css

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

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

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

border-color css

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

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

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