Html Css Color HEX #F5740B Pumpkin

📋 copy color: '#F5740B'

red 245 ◦ green 116 ◦ blue 11

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

Shades of Pumpkin #F5740B

Tints of Pumpkin #F5740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.96%

R = 65.86%
G = 31.18%
B = 2.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5740B (or 0xF5740B) is known color: Pumpkin. HEX triplet: F5, 74 and 0B. RGB value is (245,116,11). Sum of RGB (Red+Green+Blue) = 245+116+11=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 11 (4.69% from 255 or 2.96% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F5740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5740B is #0A8BF4. Grayscale: #8F8F8F. Windows color (decimal): -691189 or 750837. OLE color: 750837.

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

Color convert

RGB 245 116 11 -
CMYK 0 0.53 0.96 0.04
HSL 26.92º 0.92% 0.5% -
HSV(B) 26.92º 0.96% 0.96% -
XYZ 43.96 31.93 4.16 -
YUV 142.6 53.74 201.04 -
System Red Green Blue C M Y K H S L
Decimal 245 116 11 0 0.53 0.96 0.04 26.92 0.92 0.5
Hex F5 74 B 0 35 60 4 1B 5C 32
Octal 365 164 13 0 65 140 4 33 134 62
Binary 11110101 1110100 1011 0 110101 1100000 100 11011 1011100 110010

Color Harmonies of #F5740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5740B

Black with #F5740B

Text Example


Text Example

White with #F5740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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