Html Css Color HEX #FC7B19 Pumpkin

📋 copy color: '#FC7B19'

red 252 ◦ green 123 ◦ blue 25

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

Shades of Pumpkin #FC7B19

Tints of Pumpkin #FC7B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.25%

R = 63%
G = 30.75%
B = 6.25%

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

#FC7B19 (or 0xFC7B19) is known color: Pumpkin. HEX triplet: FC, 7B and 19. RGB value is (252,123,25). Sum of RGB (Red+Green+Blue) = 252+123+25=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B19 is #0384E6. Grayscale: #969696. Windows color (decimal): -230631 or 1670140. OLE color: 1670140.

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

Color convert

RGB 252 123 25 -
CMYK 0 0.51 0.90 0.01
HSL 25.9º 0.97% 0.54% -
HSV(B) 25.9º 0.9% 0.99% -
XYZ 47.4 34.93 5.16 -
YUV 150.4 57.24 200.47 -
System Red Green Blue C M Y K H S L
Decimal 252 123 25 0 0.51 0.90 0.01 25.9 0.97 0.54
Hex FC 7B 19 0 33 5A 1 1A 61 36
Octal 374 173 31 0 63 132 1 32 141 66
Binary 11111100 1111011 11001 0 110011 1011010 1 11010 1100001 110110

Color Harmonies of #FC7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B19

Black with #FC7B19

Text Example


Text Example

White with #FC7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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