Html Css Color HEX #FC7B1F Pumpkin

📋 copy color: '#FC7B1F'

red 252 ◦ green 123 ◦ blue 31

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

Shades of Pumpkin #FC7B1F

Tints of Pumpkin #FC7B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.64%

R = 62.07%
G = 30.3%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC7B1F (or 0xFC7B1F) is known color: Pumpkin. HEX triplet: FC, 7B and 1F. RGB value is (252,123,31). Sum of RGB (Red+Green+Blue) = 252+123+31=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B1F is #0384E0. Grayscale: #979797. Windows color (decimal): -230625 or 2063356. OLE color: 2063356.

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

Color convert

RGB 252 123 31 -
CMYK 0 0.51 0.88 0.01
HSL 24.98º 0.97% 0.55% -
HSV(B) 24.98º 0.88% 0.99% -
XYZ 47.48 34.96 5.54 -
YUV 151.08 60.24 199.98 -
System Red Green Blue C M Y K H S L
Decimal 252 123 31 0 0.51 0.88 0.01 24.98 0.97 0.55
Hex FC 7B 1F 0 33 58 1 19 61 37
Octal 374 173 37 0 63 130 1 31 141 67
Binary 11111100 1111011 11111 0 110011 1011000 1 11001 1100001 110111

Color Harmonies of #FC7B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B1F

Black with #FC7B1F

Text Example


Text Example

White with #FC7B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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