Html Css Color HEX #F8750D Pumpkin

📋 copy color: '#F8750D'

red 248 ◦ green 117 ◦ blue 13

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

Shades of Pumpkin #F8750D

Tints of Pumpkin #F8750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 13 (5.47% from 255) = 3.44%

R = 65.61%
G = 30.95%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F8750D (or 0xF8750D) is known color: Pumpkin. HEX triplet: F8, 75 and 0D. RGB value is (248,117,13). Sum of RGB (Red+Green+Blue) = 248+117+13=378 (50% of max value = 765). Red value is 248 (97.27% from 255 or 65.61% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 248 - color contains mainly: red. Hex color #F8750D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F8750D is #078AF2. Grayscale: #909090. Windows color (decimal): -494323 or 882168. OLE color: 882168.

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

Color convert

RGB 248 117 13 -
CMYK 0 0.53 0.95 0.03
HSL 26.55º 0.94% 0.51% -
HSV(B) 26.55º 0.95% 0.97% -
XYZ 45.15 32.71 4.31 -
YUV 144.31 53.9 201.96 -
System Red Green Blue C M Y K H S L
Decimal 248 117 13 0 0.53 0.95 0.03 26.55 0.94 0.51
Hex F8 75 D 0 35 5F 3 1B 5E 33
Octal 370 165 15 0 65 137 3 33 136 63
Binary 11111000 1110101 1101 0 110101 1011111 11 11011 1011110 110011

Color Harmonies of #F8750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8750D

Black with #F8750D

Text Example


Text Example

White with #F8750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8750D; }

 p { color: rgb(248,117,13); }

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

background-color css

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

 a { background-color: rgb(248,117,13); }

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

border-color css

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

 span { border-color: rgb(248,117,13); }

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