Html Css Color HEX #FC740E Pumpkin

📋 copy color: '#FC740E'

red 252 ◦ green 116 ◦ blue 14

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

Shades of Pumpkin #FC740E

Tints of Pumpkin #FC740E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 65.97%
G = 30.37%
B = 3.66%

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

#FC740E (or 0xFC740E) is known color: Pumpkin. HEX triplet: FC, 74 and 0E. RGB value is (252,116,14). Sum of RGB (Red+Green+Blue) = 252+116+14=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC740E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC740E is #038BF1. Grayscale: #919191. Windows color (decimal): -232434 or 947452. OLE color: 947452.

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

Color convert

RGB 252 116 14 -
CMYK 0 0.54 0.94 0.01
HSL 25.71º 0.98% 0.52% -
HSV(B) 25.71º 0.94% 0.99% -
XYZ 46.47 33.22 4.38 -
YUV 145.04 54.06 204.29 -
System Red Green Blue C M Y K H S L
Decimal 252 116 14 0 0.54 0.94 0.01 25.71 0.98 0.52
Hex FC 74 E 0 36 5E 1 1A 62 34
Octal 374 164 16 0 66 136 1 32 142 64
Binary 11111100 1110100 1110 0 110110 1011110 1 11010 1100010 110100

Color Harmonies of #FC740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC740E

Black with #FC740E

Text Example


Text Example

White with #FC740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC740E; }

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

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

background-color css

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

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

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

border-color css

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

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

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