Html Css Color HEX #FC7423 Pumpkin

📋 copy color: '#FC7423'

red 252 ◦ green 116 ◦ blue 35

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

Shades of Pumpkin #FC7423

Tints of Pumpkin #FC7423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.68%

R = 62.53%
G = 28.78%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC7423 (or 0xFC7423) is known color: Pumpkin. HEX triplet: FC, 74 and 23. RGB value is (252,116,35). Sum of RGB (Red+Green+Blue) = 252+116+35=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 35 (14.06% from 255 or 8.68% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7423 is #038BDC. Grayscale: #939393. Windows color (decimal): -232413 or 2323708. OLE color: 2323708.

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

Color convert

RGB 252 116 35 -
CMYK 0 0.54 0.86 0.01
HSL 22.4º 0.97% 0.56% -
HSV(B) 22.4º 0.86% 0.99% -
XYZ 46.69 33.31 5.56 -
YUV 147.43 64.56 202.59 -
System Red Green Blue C M Y K H S L
Decimal 252 116 35 0 0.54 0.86 0.01 22.4 0.97 0.56
Hex FC 74 23 0 36 56 1 16 61 38
Octal 374 164 43 0 66 126 1 26 141 70
Binary 11111100 1110100 100011 0 110110 1010110 1 10110 1100001 111000

Color Harmonies of #FC7423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7423

Black with #FC7423

Text Example


Text Example

White with #FC7423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7423; }

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

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

background-color css

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

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

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

border-color css

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

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

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