Html Css Color HEX #FC7B0E Pumpkin

📋 copy color: '#FC7B0E'

red 252 ◦ green 123 ◦ blue 14

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

Shades of Pumpkin #FC7B0E

Tints of Pumpkin #FC7B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.6%

R = 64.78%
G = 31.62%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC7B0E (or 0xFC7B0E) is known color: Pumpkin. HEX triplet: FC, 7B and 0E. RGB value is (252,123,14). Sum of RGB (Red+Green+Blue) = 252+123+14=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 14 (5.86% from 255 or 3.60% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B0E is #0384F1. Grayscale: #959595. Windows color (decimal): -230642 or 949244. OLE color: 949244.

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

Color convert

RGB 252 123 14 -
CMYK 0 0.51 0.94 0.01
HSL 27.48º 0.98% 0.52% -
HSV(B) 27.48º 0.94% 0.99% -
XYZ 47.31 34.89 4.66 -
YUV 149.15 51.74 201.36 -
System Red Green Blue C M Y K H S L
Decimal 252 123 14 0 0.51 0.94 0.01 27.48 0.98 0.52
Hex FC 7B E 0 33 5E 1 1B 62 34
Octal 374 173 16 0 63 136 1 33 142 64
Binary 11111100 1111011 1110 0 110011 1011110 1 11011 1100010 110100

Color Harmonies of #FC7B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B0E

Black with #FC7B0E

Text Example


Text Example

White with #FC7B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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