Html Css Color HEX #F57022 Pumpkin

📋 copy color: '#F57022'

red 245 ◦ green 112 ◦ blue 34

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

Shades of Pumpkin #F57022

Tints of Pumpkin #F57022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

 BLUE value IS 34 (13.67% from 255) = 8.7%

R = 62.66%
G = 28.64%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#F57022 (or 0xF57022) is known color: Pumpkin. HEX triplet: F5, 70 and 22. RGB value is (245,112,34). Sum of RGB (Red+Green+Blue) = 245+112+34=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 34 (13.67% from 255 or 8.70% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F57022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57022 is #0A8FDD. Grayscale: #8F8F8F. Windows color (decimal): -692190 or 2257141. OLE color: 2257141.

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

Color convert

RGB 245 112 34 -
CMYK 0 0.54 0.86 0.04
HSL 22.18º 0.91% 0.55% -
HSV(B) 22.18º 0.86% 0.96% -
XYZ 43.74 31.12 5.21 -
YUV 142.88 66.56 200.84 -
System Red Green Blue C M Y K H S L
Decimal 245 112 34 0 0.54 0.86 0.04 22.18 0.91 0.55
Hex F5 70 22 0 36 56 4 16 5B 37
Octal 365 160 42 0 66 126 4 26 133 67
Binary 11110101 1110000 100010 0 110110 1010110 100 10110 1011011 110111

Color Harmonies of #F57022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57022

Black with #F57022

Text Example


Text Example

White with #F57022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57022; }

 p { color: rgb(245,112,34); }

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

background-color css

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

 a { background-color: rgb(245,112,34); }

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

border-color css

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

 span { border-color: rgb(245,112,34); }

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