Html Css Color HEX #FC8523 Pumpkin

📋 copy color: '#FC8523'

red 252 ◦ green 133 ◦ blue 35

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

Shades of Pumpkin #FC8523

Tints of Pumpkin #FC8523

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 60%
G = 31.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FC8523 (or 0xFC8523) is known color: Pumpkin. HEX triplet: FC, 85 and 23. RGB value is (252,133,35). Sum of RGB (Red+Green+Blue) = 252+133+35=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8523 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8523 is #037ADC. Grayscale: #9D9D9D. Windows color (decimal): -228061 or 2328060. OLE color: 2328060.

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

Color convert

RGB 252 133 35 -
CMYK 0 0.47 0.86 0.01
HSL 27.1º 0.97% 0.56% -
HSV(B) 27.1º 0.86% 0.99% -
XYZ 48.84 37.59 6.27 -
YUV 157.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 252 133 35 0 0.47 0.86 0.01 27.1 0.97 0.56
Hex FC 85 23 0 2F 56 1 1B 61 38
Octal 374 205 43 0 57 126 1 33 141 70
Binary 11111100 10000101 100011 0 101111 1010110 1 11011 1100001 111000

Color Harmonies of #FC8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8523

Black with #FC8523

Text Example


Text Example

White with #FC8523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8523; }

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

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

background-color css

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

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

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

border-color css

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

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

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