Html Css Color HEX #FC750D Pumpkin

📋 copy color: '#FC750D'

red 252 ◦ green 117 ◦ blue 13

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

Shades of Pumpkin #FC750D

Tints of Pumpkin #FC750D

RGB

 RED value IS 252 (98.83% from 255) = 65.97%

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

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

R = 65.97%
G = 30.63%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC750D (or 0xFC750D) is known color: Pumpkin. HEX triplet: FC, 75 and 0D. RGB value is (252,117,13). Sum of RGB (Red+Green+Blue) = 252+117+13=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC750D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC750D is #038AF2. Grayscale: #929292. Windows color (decimal): -232179 or 882172. OLE color: 882172.

HSL color Cylindrical-coordinate representation of color #FC750D: hue angle of 26.11º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC750D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 13 -
CMYK 0 0.54 0.95 0.01
HSL 26.11º 0.98% 0.52% -
HSV(B) 26.11º 0.95% 0.99% -
XYZ 46.58 33.45 4.38 -
YUV 145.51 53.23 203.96 -
System Red Green Blue C M Y K H S L
Decimal 252 117 13 0 0.54 0.95 0.01 26.11 0.98 0.52
Hex FC 75 D 0 36 5F 1 1A 62 34
Octal 374 165 15 0 66 137 1 32 142 64
Binary 11111100 1110101 1101 0 110110 1011111 1 11010 1100010 110100

Color Harmonies of #FC750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC750D

Black with #FC750D

Text Example


Text Example

White with #FC750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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