Html Css Color HEX #F5741B Pumpkin

📋 copy color: '#F5741B'

red 245 ◦ green 116 ◦ blue 27

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

Shades of Pumpkin #F5741B

Tints of Pumpkin #F5741B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 63.14%
G = 29.9%
B = 6.96%

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

#F5741B (or 0xF5741B) is known color: Pumpkin. HEX triplet: F5, 74 and 1B. RGB value is (245,116,27). Sum of RGB (Red+Green+Blue) = 245+116+27=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5741B is #0A8BE4. Grayscale: #909090. Windows color (decimal): -691173 or 1799413. OLE color: 1799413.

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

Color convert

RGB 245 116 27 -
CMYK 0 0.53 0.89 0.04
HSL 24.5º 0.92% 0.53% -
HSV(B) 24.5º 0.89% 0.96% -
XYZ 44.1 31.98 4.89 -
YUV 144.43 61.74 199.74 -
System Red Green Blue C M Y K H S L
Decimal 245 116 27 0 0.53 0.89 0.04 24.5 0.92 0.53
Hex F5 74 1B 0 35 59 4 18 5C 35
Octal 365 164 33 0 65 131 4 30 134 65
Binary 11110101 1110100 11011 0 110101 1011001 100 11000 1011100 110101

Color Harmonies of #F5741B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5741B

Black with #F5741B

Text Example


Text Example

White with #F5741B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5741B; }

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

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

background-color css

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

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

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

border-color css

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

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

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