Html Css Color HEX #F8760A Pumpkin

📋 copy color: '#F8760A'

red 248 ◦ green 118 ◦ blue 10

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

Shades of Pumpkin #F8760A

Tints of Pumpkin #F8760A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.38%

 BLUE value IS 10 (4.3% from 255) = 2.66%

R = 65.96%
G = 31.38%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F8760A (or 0xF8760A) is known color: Pumpkin. HEX triplet: F8, 76 and 0A. RGB value is (248,118,10). Sum of RGB (Red+Green+Blue) = 248+118+10=376 (49% of max value = 765). Red value is 248 (97.27% from 255 or 65.96% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 10 (4.30% from 255 or 2.66% from 376); Max value from RGB is 248 - color contains mainly: red. Hex color #F8760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8760A is #0789F5. Grayscale: #919191. Windows color (decimal): -494070 or 685816. OLE color: 685816.

HSL color Cylindrical-coordinate representation of color #F8760A: hue angle of 27.23º 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 #F8760A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 118 10 -
CMYK 0 0.52 0.96 0.03
HSL 27.23º 0.94% 0.51% -
HSV(B) 27.23º 0.96% 0.97% -
XYZ 45.24 32.94 4.26 -
YUV 144.56 52.07 201.78 -
System Red Green Blue C M Y K H S L
Decimal 248 118 10 0 0.52 0.96 0.03 27.23 0.94 0.51
Hex F8 76 A 0 34 60 3 1B 5E 33
Octal 370 166 12 0 64 140 3 33 136 63
Binary 11111000 1110110 1010 0 110100 1100000 11 11011 1011110 110011

Color Harmonies of #F8760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8760A

Black with #F8760A

Text Example


Text Example

White with #F8760A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8760A; }

 p { color: rgb(248,118,10); }

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

background-color css

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

 a { background-color: rgb(248,118,10); }

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

border-color css

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

 span { border-color: rgb(248,118,10); }

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