Html Css Color HEX #FC7B1B Pumpkin

📋 copy color: '#FC7B1B'

red 252 ◦ green 123 ◦ blue 27

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

Shades of Pumpkin #FC7B1B

Tints of Pumpkin #FC7B1B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.6%

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

R = 62.69%
G = 30.6%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC7B1B (or 0xFC7B1B) is known color: Pumpkin. HEX triplet: FC, 7B and 1B. RGB value is (252,123,27). Sum of RGB (Red+Green+Blue) = 252+123+27=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 123 (48.44% from 255 or 30.60% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B1B is #0384E4. Grayscale: #979797. Windows color (decimal): -230629 or 1801212. OLE color: 1801212.

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

Color convert

RGB 252 123 27 -
CMYK 0 0.51 0.89 0.01
HSL 25.6º 0.97% 0.55% -
HSV(B) 25.6º 0.89% 0.99% -
XYZ 47.43 34.94 5.28 -
YUV 150.63 58.24 200.31 -
System Red Green Blue C M Y K H S L
Decimal 252 123 27 0 0.51 0.89 0.01 25.6 0.97 0.55
Hex FC 7B 1B 0 33 59 1 1A 61 37
Octal 374 173 33 0 63 131 1 32 141 67
Binary 11111100 1111011 11011 0 110011 1011001 1 11010 1100001 110111

Color Harmonies of #FC7B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B1B

Black with #FC7B1B

Text Example


Text Example

White with #FC7B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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