Html Css Color HEX #FC770D Pumpkin

📋 copy color: '#FC770D'

red 252 ◦ green 119 ◦ blue 13

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

Shades of Pumpkin #FC770D

Tints of Pumpkin #FC770D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 65.63%
G = 30.99%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC770D (or 0xFC770D) is known color: Pumpkin. HEX triplet: FC, 77 and 0D. RGB value is (252,119,13). Sum of RGB (Red+Green+Blue) = 252+119+13=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 13 (5.47% from 255 or 3.39% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC770D is #0388F2. Grayscale: #939393. Windows color (decimal): -231667 or 882684. OLE color: 882684.

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

Color convert

RGB 252 119 13 -
CMYK 0 0.53 0.95 0.01
HSL 26.61º 0.98% 0.52% -
HSV(B) 26.61º 0.95% 0.99% -
XYZ 46.81 33.92 4.46 -
YUV 146.68 52.56 203.12 -
System Red Green Blue C M Y K H S L
Decimal 252 119 13 0 0.53 0.95 0.01 26.61 0.98 0.52
Hex FC 77 D 0 35 5F 1 1B 62 34
Octal 374 167 15 0 65 137 1 33 142 64
Binary 11111100 1110111 1101 0 110101 1011111 1 11011 1100010 110100

Color Harmonies of #FC770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC770D

Black with #FC770D

Text Example


Text Example

White with #FC770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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