Html Css Color HEX #FC7B15 Pumpkin

📋 copy color: '#FC7B15'

red 252 ◦ green 123 ◦ blue 21

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

Shades of Pumpkin #FC7B15

Tints of Pumpkin #FC7B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 63.64%
G = 31.06%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC7B15 (or 0xFC7B15) is known color: Pumpkin. HEX triplet: FC, 7B and 15. RGB value is (252,123,21). Sum of RGB (Red+Green+Blue) = 252+123+21=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B15 is #0384EA. Grayscale: #969696. Windows color (decimal): -230635 or 1407996. OLE color: 1407996.

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

Color convert

RGB 252 123 21 -
CMYK 0 0.51 0.92 0.01
HSL 26.49º 0.97% 0.54% -
HSV(B) 26.49º 0.92% 0.99% -
XYZ 47.36 34.92 4.95 -
YUV 149.94 55.24 200.79 -
System Red Green Blue C M Y K H S L
Decimal 252 123 21 0 0.51 0.92 0.01 26.49 0.97 0.54
Hex FC 7B 15 0 33 5C 1 1A 61 36
Octal 374 173 25 0 63 134 1 32 141 66
Binary 11111100 1111011 10101 0 110011 1011100 1 11010 1100001 110110

Color Harmonies of #FC7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B15

Black with #FC7B15

Text Example


Text Example

White with #FC7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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