Html Css Color HEX #F5731A Pumpkin

📋 copy color: '#F5731A'

red 245 ◦ green 115 ◦ blue 26

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

Shades of Pumpkin #F5731A

Tints of Pumpkin #F5731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

 BLUE value IS 26 (10.55% from 255) = 6.74%

R = 63.47%
G = 29.79%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5731A (or 0xF5731A) is known color: Pumpkin. HEX triplet: F5, 73 and 1A. RGB value is (245,115,26). Sum of RGB (Red+Green+Blue) = 245+115+26=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F5731A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5731A is #0A8CE5. Grayscale: #909090. Windows color (decimal): -691430 or 1733621. OLE color: 1733621.

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

Color convert

RGB 245 115 26 -
CMYK 0 0.53 0.89 0.04
HSL 24.38º 0.92% 0.53% -
HSV(B) 24.38º 0.89% 0.96% -
XYZ 43.97 31.75 4.79 -
YUV 143.72 61.57 200.24 -
System Red Green Blue C M Y K H S L
Decimal 245 115 26 0 0.53 0.89 0.04 24.38 0.92 0.53
Hex F5 73 1A 0 35 59 4 18 5C 35
Octal 365 163 32 0 65 131 4 30 134 65
Binary 11110101 1110011 11010 0 110101 1011001 100 11000 1011100 110101

Color Harmonies of #F5731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5731A

Black with #F5731A

Text Example


Text Example

White with #F5731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5731A; }

 p { color: rgb(245,115,26); }

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

background-color css

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

 a { background-color: rgb(245,115,26); }

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

border-color css

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

 span { border-color: rgb(245,115,26); }

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