Html Css Color HEX #F57F27 Pumpkin

📋 copy color: '#F57F27'

red 245 ◦ green 127 ◦ blue 39

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

Shades of Pumpkin #F57F27

Tints of Pumpkin #F57F27

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

 BLUE value IS 39 (15.63% from 255) = 9.49%

R = 59.61%
G = 30.9%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F57F27 (or 0xF57F27) is known color: Pumpkin. HEX triplet: F5, 7F and 27. RGB value is (245,127,39). Sum of RGB (Red+Green+Blue) = 245+127+39=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F57F27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57F27 is #0A80D8. Grayscale: #989898. Windows color (decimal): -688345 or 2588661. OLE color: 2588661.

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

Color convert

RGB 245 127 39 -
CMYK 0 0.48 0.84 0.04
HSL 25.63º 0.91% 0.56% -
HSV(B) 25.63º 0.84% 0.96% -
XYZ 45.61 34.74 6.22 -
YUV 152.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 245 127 39 0 0.48 0.84 0.04 25.63 0.91 0.56
Hex F5 7F 27 0 30 54 4 1A 5B 38
Octal 365 177 47 0 60 124 4 32 133 70
Binary 11110101 1111111 100111 0 110000 1010100 100 11010 1011011 111000

Color Harmonies of #F57F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57F27

Black with #F57F27

Text Example


Text Example

White with #F57F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57F27; }

 p { color: rgb(245,127,39); }

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

background-color css

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

 a { background-color: rgb(245,127,39); }

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

border-color css

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

 span { border-color: rgb(245,127,39); }

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