Html Css Color HEX #FC6F0D Pumpkin

📋 copy color: '#FC6F0D'

red 252 ◦ green 111 ◦ blue 13

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

Shades of Pumpkin #FC6F0D

Tints of Pumpkin #FC6F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 67.02%
G = 29.52%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC6F0D (or 0xFC6F0D) is known color: Pumpkin. HEX triplet: FC, 6F and 0D. RGB value is (252,111,13). Sum of RGB (Red+Green+Blue) = 252+111+13=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F0D is #0390F2. Grayscale: #8E8E8E. Windows color (decimal): -233715 or 880636. OLE color: 880636.

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

Color convert

RGB 252 111 13 -
CMYK 0 0.56 0.95 0.01
HSL 24.6º 0.98% 0.52% -
HSV(B) 24.6º 0.95% 0.99% -
XYZ 45.9 32.09 4.16 -
YUV 141.99 55.21 206.47 -
System Red Green Blue C M Y K H S L
Decimal 252 111 13 0 0.56 0.95 0.01 24.6 0.98 0.52
Hex FC 6F D 0 38 5F 1 19 62 34
Octal 374 157 15 0 70 137 1 31 142 64
Binary 11111100 1101111 1101 0 111000 1011111 1 11001 1100010 110100

Color Harmonies of #FC6F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F0D

Black with #FC6F0D

Text Example


Text Example

White with #FC6F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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