Html Css Color HEX #FC7D26 Pumpkin

📋 copy color: '#FC7D26'

red 252 ◦ green 125 ◦ blue 38

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

Shades of Pumpkin #FC7D26

Tints of Pumpkin #FC7D26

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 60.72%
G = 30.12%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC7D26 (or 0xFC7D26) is known color: Pumpkin. HEX triplet: FC, 7D and 26. RGB value is (252,125,38). Sum of RGB (Red+Green+Blue) = 252+125+38=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 38 (15.23% from 255 or 9.16% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D26 is #0382D9. Grayscale: #999999. Windows color (decimal): -230106 or 2522620. OLE color: 2522620.

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

Color convert

RGB 252 125 38 -
CMYK 0 0.50 0.85 0.01
HSL 24.39º 0.97% 0.57% -
HSV(B) 24.39º 0.85% 0.99% -
XYZ 47.83 35.5 6.17 -
YUV 153.06 63.08 198.57 -
System Red Green Blue C M Y K H S L
Decimal 252 125 38 0 0.50 0.85 0.01 24.39 0.97 0.57
Hex FC 7D 26 0 32 55 1 18 61 39
Octal 374 175 46 0 62 125 1 30 141 71
Binary 11111100 1111101 100110 0 110010 1010101 1 11000 1100001 111001

Color Harmonies of #FC7D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D26

Black with #FC7D26

Text Example


Text Example

White with #FC7D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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