Html Css Color HEX #FC7B1A Pumpkin

📋 copy color: '#FC7B1A'

red 252 ◦ green 123 ◦ blue 26

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

Shades of Pumpkin #FC7B1A

Tints of Pumpkin #FC7B1A

RGB

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

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

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

R = 62.84%
G = 30.67%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7B1A (or 0xFC7B1A) is known color: Pumpkin. HEX triplet: FC, 7B and 1A. RGB value is (252,123,26). Sum of RGB (Red+Green+Blue) = 252+123+26=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B1A is #0384E5. Grayscale: #979797. Windows color (decimal): -230630 or 1735676. OLE color: 1735676.

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

Color convert

RGB 252 123 26 -
CMYK 0 0.51 0.90 0.01
HSL 25.75º 0.97% 0.55% -
HSV(B) 25.75º 0.9% 0.99% -
XYZ 47.41 34.94 5.22 -
YUV 150.51 57.74 200.39 -
System Red Green Blue C M Y K H S L
Decimal 252 123 26 0 0.51 0.90 0.01 25.75 0.97 0.55
Hex FC 7B 1A 0 33 5A 1 1A 61 37
Octal 374 173 32 0 63 132 1 32 141 67
Binary 11111100 1111011 11010 0 110011 1011010 1 11010 1100001 110111

Color Harmonies of #FC7B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B1A

Black with #FC7B1A

Text Example


Text Example

White with #FC7B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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