Html Css Color HEX #FC770E Pumpkin

📋 copy color: '#FC770E'

red 252 ◦ green 119 ◦ blue 14

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

Shades of Pumpkin #FC770E

Tints of Pumpkin #FC770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 65.45%
G = 30.91%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC770E (or 0xFC770E) is known color: Pumpkin. HEX triplet: FC, 77 and 0E. RGB value is (252,119,14). Sum of RGB (Red+Green+Blue) = 252+119+14=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 14 (5.86% from 255 or 3.64% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC770E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC770E is #0388F1. Grayscale: #939393. Windows color (decimal): -231666 or 948220. OLE color: 948220.

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

Color convert

RGB 252 119 14 -
CMYK 0 0.53 0.94 0.01
HSL 26.47º 0.98% 0.52% -
HSV(B) 26.47º 0.94% 0.99% -
XYZ 46.82 33.92 4.5 -
YUV 146.8 53.06 203.04 -
System Red Green Blue C M Y K H S L
Decimal 252 119 14 0 0.53 0.94 0.01 26.47 0.98 0.52
Hex FC 77 E 0 35 5E 1 1A 62 34
Octal 374 167 16 0 65 136 1 32 142 64
Binary 11111100 1110111 1110 0 110101 1011110 1 11010 1100010 110100

Color Harmonies of #FC770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC770E

Black with #FC770E

Text Example


Text Example

White with #FC770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC770E; }

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

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

background-color css

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

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

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

border-color css

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

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

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