Html Css Color HEX #FC750F Pumpkin

📋 copy color: '#FC750F'

red 252 ◦ green 117 ◦ blue 15

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

Shades of Pumpkin #FC750F

Tints of Pumpkin #FC750F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 65.63%
G = 30.47%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC750F (or 0xFC750F) is known color: Pumpkin. HEX triplet: FC, 75 and 0F. RGB value is (252,117,15). Sum of RGB (Red+Green+Blue) = 252+117+15=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC750F is #038AF0. Grayscale: #929292. Windows color (decimal): -232177 or 1013244. OLE color: 1013244.

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

Color convert

RGB 252 117 15 -
CMYK 0 0.54 0.94 0.01
HSL 25.82º 0.98% 0.52% -
HSV(B) 25.82º 0.94% 0.99% -
XYZ 46.59 33.45 4.45 -
YUV 145.74 54.23 203.79 -
System Red Green Blue C M Y K H S L
Decimal 252 117 15 0 0.54 0.94 0.01 25.82 0.98 0.52
Hex FC 75 F 0 36 5E 1 1A 62 34
Octal 374 165 17 0 66 136 1 32 142 64
Binary 11111100 1110101 1111 0 110110 1011110 1 11010 1100010 110100

Color Harmonies of #FC750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC750F

Black with #FC750F

Text Example


Text Example

White with #FC750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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