Html Css Color HEX #F8740B Pumpkin

📋 copy color: '#F8740B'

red 248 ◦ green 116 ◦ blue 11

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

Shades of Pumpkin #F8740B

Tints of Pumpkin #F8740B

RGB

 RED value IS 248 (97.27% from 255) = 66.13%

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

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

R = 66.13%
G = 30.93%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8740B (or 0xF8740B) is known color: Pumpkin. HEX triplet: F8, 74 and 0B. RGB value is (248,116,11). Sum of RGB (Red+Green+Blue) = 248+116+11=375 (49% of max value = 765). Red value is 248 (97.27% from 255 or 66.13% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 248 - color contains mainly: red. Hex color #F8740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8740B is #078BF4. Grayscale: #909090. Windows color (decimal): -494581 or 750840. OLE color: 750840.

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

Color convert

RGB 248 116 11 -
CMYK 0 0.53 0.96 0.03
HSL 26.58º 0.94% 0.51% -
HSV(B) 26.58º 0.96% 0.97% -
XYZ 45.02 32.47 4.21 -
YUV 143.5 53.23 202.54 -
System Red Green Blue C M Y K H S L
Decimal 248 116 11 0 0.53 0.96 0.03 26.58 0.94 0.51
Hex F8 74 B 0 35 60 3 1B 5E 33
Octal 370 164 13 0 65 140 3 33 136 63
Binary 11111000 1110100 1011 0 110101 1100000 11 11011 1011110 110011

Color Harmonies of #F8740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8740B

Black with #F8740B

Text Example


Text Example

White with #F8740B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8740B; }

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

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

background-color css

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

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

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

border-color css

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

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

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