Html Css Color HEX #FC6A23 Pumpkin

📋 copy color: '#FC6A23'

red 252 ◦ green 106 ◦ blue 35

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

Shades of Pumpkin #FC6A23

Tints of Pumpkin #FC6A23

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.97%

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

R = 64.12%
G = 26.97%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC6A23 (or 0xFC6A23) is known color: Pumpkin. HEX triplet: FC, 6A and 23. RGB value is (252,106,35). Sum of RGB (Red+Green+Blue) = 252+106+35=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6A23 is #0395DC. Grayscale: #8D8D8D. Windows color (decimal): -234973 or 2321148. OLE color: 2321148.

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

Color convert

RGB 252 106 35 -
CMYK 0 0.58 0.86 0.01
HSL 19.63º 0.97% 0.56% -
HSV(B) 19.63º 0.86% 0.99% -
XYZ 45.6 31.12 5.19 -
YUV 141.56 67.87 206.77 -
System Red Green Blue C M Y K H S L
Decimal 252 106 35 0 0.58 0.86 0.01 19.63 0.97 0.56
Hex FC 6A 23 0 3A 56 1 14 61 38
Octal 374 152 43 0 72 126 1 24 141 70
Binary 11111100 1101010 100011 0 111010 1010110 1 10100 1100001 111000

Color Harmonies of #FC6A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A23

Black with #FC6A23

Text Example


Text Example

White with #FC6A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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