Html Css Color HEX #FC611A Pumpkin

📋 copy color: '#FC611A'

red 252 ◦ green 97 ◦ blue 26

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

Shades of Pumpkin #FC611A

Tints of Pumpkin #FC611A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

 BLUE value IS 26 (10.55% from 255) = 6.93%

R = 67.2%
G = 25.87%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC611A (or 0xFC611A) is known color: Pumpkin. HEX triplet: FC, 61 and 1A. RGB value is (252,97,26). Sum of RGB (Red+Green+Blue) = 252+97+26=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC611A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC611A is #039EE5. Grayscale: #878787. Windows color (decimal): -237286 or 1729020. OLE color: 1729020.

HSL color Cylindrical-coordinate representation of color #FC611A: hue angle of 18.85º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC611A is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 97 26 -
CMYK 0 0.62 0.90 0.01
HSL 18.85º 0.97% 0.55% -
HSV(B) 18.85º 0.9% 0.99% -
XYZ 44.61 29.32 4.29 -
YUV 135.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 252 97 26 0 0.62 0.90 0.01 18.85 0.97 0.55
Hex FC 61 1A 0 3E 5A 1 13 61 37
Octal 374 141 32 0 76 132 1 23 141 67
Binary 11111100 1100001 11010 0 111110 1011010 1 10011 1100001 110111

Color Harmonies of #FC611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC611A

Black with #FC611A

Text Example


Text Example

White with #FC611A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC611A; }

 p { color: rgb(252,97,26); }

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

background-color css

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

 a { background-color: rgb(252,97,26); }

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

border-color css

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

 span { border-color: rgb(252,97,26); }

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