Html Css Color HEX #FC740D Pumpkin

📋 copy color: '#FC740D'

red 252 ◦ green 116 ◦ blue 13

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

Shades of Pumpkin #FC740D

Tints of Pumpkin #FC740D

RGB

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

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

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

R = 66.14%
G = 30.45%
B = 3.41%

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

#FC740D (or 0xFC740D) is known color: Pumpkin. HEX triplet: FC, 74 and 0D. RGB value is (252,116,13). Sum of RGB (Red+Green+Blue) = 252+116+13=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC740D is #038BF2. Grayscale: #919191. Windows color (decimal): -232435 or 881916. OLE color: 881916.

HSL color Cylindrical-coordinate representation of color #FC740D: hue angle of 25.86º 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 #FC740D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 116 13 -
CMYK 0 0.54 0.95 0.01
HSL 25.86º 0.98% 0.52% -
HSV(B) 25.86º 0.95% 0.99% -
XYZ 46.46 33.22 4.34 -
YUV 144.92 53.56 204.38 -
System Red Green Blue C M Y K H S L
Decimal 252 116 13 0 0.54 0.95 0.01 25.86 0.98 0.52
Hex FC 74 D 0 36 5F 1 1A 62 34
Octal 374 164 15 0 66 137 1 32 142 64
Binary 11111100 1110100 1101 0 110110 1011111 1 11010 1100010 110100

Color Harmonies of #FC740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC740D

Black with #FC740D

Text Example


Text Example

White with #FC740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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