Html Css Color HEX #F5781F Pumpkin

📋 copy color: '#F5781F'

red 245 ◦ green 120 ◦ blue 31

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

Shades of Pumpkin #F5781F

Tints of Pumpkin #F5781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.3%

 BLUE value IS 31 (12.5% from 255) = 7.83%

R = 61.87%
G = 30.3%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F5781F (or 0xF5781F) is known color: Pumpkin. HEX triplet: F5, 78 and 1F. RGB value is (245,120,31). Sum of RGB (Red+Green+Blue) = 245+120+31=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F5781F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5781F is #0A87E0. Grayscale: #939393. Windows color (decimal): -690145 or 2062581. OLE color: 2062581.

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

Color convert

RGB 245 120 31 -
CMYK 0 0.51 0.87 0.04
HSL 24.95º 0.91% 0.54% -
HSV(B) 24.95º 0.87% 0.96% -
XYZ 44.62 32.94 5.3 -
YUV 147.23 62.41 197.74 -
System Red Green Blue C M Y K H S L
Decimal 245 120 31 0 0.51 0.87 0.04 24.95 0.91 0.54
Hex F5 78 1F 0 33 57 4 19 5B 36
Octal 365 170 37 0 63 127 4 31 133 66
Binary 11110101 1111000 11111 0 110011 1010111 100 11001 1011011 110110

Color Harmonies of #F5781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5781F

Black with #F5781F

Text Example


Text Example

White with #F5781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5781F; }

 p { color: rgb(245,120,31); }

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

background-color css

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

 a { background-color: rgb(245,120,31); }

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

border-color css

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

 span { border-color: rgb(245,120,31); }

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