Html Css Color HEX #FC8526 Pumpkin

📋 copy color: '#FC8526'

red 252 ◦ green 133 ◦ blue 38

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

Shades of Pumpkin #FC8526

Tints of Pumpkin #FC8526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 59.57%
G = 31.44%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC8526 (or 0xFC8526) is known color: Pumpkin. HEX triplet: FC, 85 and 26. RGB value is (252,133,38). Sum of RGB (Red+Green+Blue) = 252+133+38=423 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.57% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8526 is #037AD9. Grayscale: #9E9E9E. Windows color (decimal): -228058 or 2524668. OLE color: 2524668.

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

Color convert

RGB 252 133 38 -
CMYK 0 0.47 0.85 0.01
HSL 26.64º 0.97% 0.57% -
HSV(B) 26.64º 0.85% 0.99% -
XYZ 48.88 37.61 6.52 -
YUV 157.75 60.42 195.22 -
System Red Green Blue C M Y K H S L
Decimal 252 133 38 0 0.47 0.85 0.01 26.64 0.97 0.57
Hex FC 85 26 0 2F 55 1 1B 61 39
Octal 374 205 46 0 57 125 1 33 141 71
Binary 11111100 10000101 100110 0 101111 1010101 1 11011 1100001 111001

Color Harmonies of #FC8526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8526

Black with #FC8526

Text Example


Text Example

White with #FC8526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8526; }

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

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

background-color css

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

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

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

border-color css

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

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

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