Html Css Color HEX #FC691E Pumpkin

📋 copy color: '#FC691E'

red 252 ◦ green 105 ◦ blue 30

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

Shades of Pumpkin #FC691E

Tints of Pumpkin #FC691E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.13%

 BLUE value IS 30 (12.11% from 255) = 7.75%

R = 65.12%
G = 27.13%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC691E (or 0xFC691E) is known color: Pumpkin. HEX triplet: FC, 69 and 1E. RGB value is (252,105,30). Sum of RGB (Red+Green+Blue) = 252+105+30=387 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.12% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 30 (12.11% from 255 or 7.75% from 387); Max value from RGB is 252 - color contains mainly: red. Hex color #FC691E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC691E is #0396E1. Grayscale: #8C8C8C. Windows color (decimal): -235234 or 1993212. OLE color: 1993212.

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

Color convert

RGB 252 105 30 -
CMYK 0 0.58 0.88 0.01
HSL 20.27º 0.97% 0.55% -
HSV(B) 20.27º 0.88% 0.99% -
XYZ 45.43 30.89 4.8 -
YUV 140.4 65.7 207.6 -
System Red Green Blue C M Y K H S L
Decimal 252 105 30 0 0.58 0.88 0.01 20.27 0.97 0.55
Hex FC 69 1E 0 3A 58 1 14 61 37
Octal 374 151 36 0 72 130 1 24 141 67
Binary 11111100 1101001 11110 0 111010 1011000 1 10100 1100001 110111

Color Harmonies of #FC691E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC691E

Black with #FC691E

Text Example


Text Example

White with #FC691E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC691E; }

 p { color: rgb(252,105,30); }

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

background-color css

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

 a { background-color: rgb(252,105,30); }

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

border-color css

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

 span { border-color: rgb(252,105,30); }

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