Html Css Color HEX #FC631B Pumpkin

📋 copy color: '#FC631B'

red 252 ◦ green 99 ◦ blue 27

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

Shades of Pumpkin #FC631B

Tints of Pumpkin #FC631B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 66.67%
G = 26.19%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC631B (or 0xFC631B) is known color: Pumpkin. HEX triplet: FC, 63 and 1B. RGB value is (252,99,27). Sum of RGB (Red+Green+Blue) = 252+99+27=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC631B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC631B is #039CE4. Grayscale: #888888. Windows color (decimal): -236773 or 1795068. OLE color: 1795068.

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

Color convert

RGB 252 99 27 -
CMYK 0 0.61 0.89 0.01
HSL 19.2º 0.97% 0.55% -
HSV(B) 19.2º 0.89% 0.99% -
XYZ 44.8 29.7 4.41 -
YUV 136.54 66.19 210.35 -
System Red Green Blue C M Y K H S L
Decimal 252 99 27 0 0.61 0.89 0.01 19.2 0.97 0.55
Hex FC 63 1B 0 3D 59 1 13 61 37
Octal 374 143 33 0 75 131 1 23 141 67
Binary 11111100 1100011 11011 0 111101 1011001 1 10011 1100001 110111

Color Harmonies of #FC631B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC631B

Black with #FC631B

Text Example


Text Example

White with #FC631B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC631B; }

 p { color: rgb(252,99,27); }

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

background-color css

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

 a { background-color: rgb(252,99,27); }

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

border-color css

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

 span { border-color: rgb(252,99,27); }

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