Html Css Color HEX #FC7B0A Pumpkin

📋 copy color: '#FC7B0A'

red 252 ◦ green 123 ◦ blue 10

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

Shades of Pumpkin #FC7B0A

Tints of Pumpkin #FC7B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.6%

R = 65.45%
G = 31.95%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FC7B0A (or 0xFC7B0A) is known color: Pumpkin. HEX triplet: FC, 7B and 0A. RGB value is (252,123,10). Sum of RGB (Red+Green+Blue) = 252+123+10=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B0A is #0384F5. Grayscale: #959595. Windows color (decimal): -230646 or 687100. OLE color: 687100.

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

Color convert

RGB 252 123 10 -
CMYK 0 0.51 0.96 0.01
HSL 28.02º 0.98% 0.51% -
HSV(B) 28.02º 0.96% 0.99% -
XYZ 47.28 34.88 4.53 -
YUV 148.69 49.74 201.69 -
System Red Green Blue C M Y K H S L
Decimal 252 123 10 0 0.51 0.96 0.01 28.02 0.98 0.51
Hex FC 7B A 0 33 60 1 1C 62 33
Octal 374 173 12 0 63 140 1 34 142 63
Binary 11111100 1111011 1010 0 110011 1100000 1 11100 1100010 110011

Color Harmonies of #FC7B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B0A

Black with #FC7B0A

Text Example


Text Example

White with #FC7B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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