Html Css Color HEX #F5781B Pumpkin

📋 copy color: '#F5781B'

red 245 ◦ green 120 ◦ blue 27

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

Shades of Pumpkin #F5781B

Tints of Pumpkin #F5781B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.89%

R = 62.5%
G = 30.61%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5781B (or 0xF5781B) is known color: Pumpkin. HEX triplet: F5, 78 and 1B. RGB value is (245,120,27). Sum of RGB (Red+Green+Blue) = 245+120+27=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5781B is #0A87E4. Grayscale: #939393. Windows color (decimal): -690149 or 1800437. OLE color: 1800437.

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

Color convert

RGB 245 120 27 -
CMYK 0 0.51 0.89 0.04
HSL 25.6º 0.92% 0.53% -
HSV(B) 25.6º 0.89% 0.96% -
XYZ 44.57 32.92 5.04 -
YUV 146.77 60.41 198.06 -
System Red Green Blue C M Y K H S L
Decimal 245 120 27 0 0.51 0.89 0.04 25.6 0.92 0.53
Hex F5 78 1B 0 33 59 4 1A 5C 35
Octal 365 170 33 0 63 131 4 32 134 65
Binary 11110101 1111000 11011 0 110011 1011001 100 11010 1011100 110101

Color Harmonies of #F5781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5781B

Black with #F5781B

Text Example


Text Example

White with #F5781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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