Html Css Color HEX #FC7A1B Pumpkin

📋 copy color: '#FC7A1B'

red 252 ◦ green 122 ◦ blue 27

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

Shades of Pumpkin #FC7A1B

Tints of Pumpkin #FC7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.42%

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

R = 62.84%
G = 30.42%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC7A1B (or 0xFC7A1B) is known color: Pumpkin. HEX triplet: FC, 7A and 1B. RGB value is (252,122,27). Sum of RGB (Red+Green+Blue) = 252+122+27=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 27 (10.94% from 255 or 6.73% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A1B is #0385E4. Grayscale: #969696. Windows color (decimal): -230885 or 1800956. OLE color: 1800956.

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

Color convert

RGB 252 122 27 -
CMYK 0 0.52 0.89 0.01
HSL 25.33º 0.97% 0.55% -
HSV(B) 25.33º 0.89% 0.99% -
XYZ 47.3 34.69 5.24 -
YUV 150.04 58.57 200.72 -
System Red Green Blue C M Y K H S L
Decimal 252 122 27 0 0.52 0.89 0.01 25.33 0.97 0.55
Hex FC 7A 1B 0 34 59 1 19 61 37
Octal 374 172 33 0 64 131 1 31 141 67
Binary 11111100 1111010 11011 0 110100 1011001 1 11001 1100001 110111

Color Harmonies of #FC7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A1B

Black with #FC7A1B

Text Example


Text Example

White with #FC7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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