Html Css Color HEX #FC6F0F Pumpkin

📋 copy color: '#FC6F0F'

red 252 ◦ green 111 ◦ blue 15

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

Shades of Pumpkin #FC6F0F

Tints of Pumpkin #FC6F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 66.67%
G = 29.37%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6F0F (or 0xFC6F0F) is known color: Pumpkin. HEX triplet: FC, 6F and 0F. RGB value is (252,111,15). Sum of RGB (Red+Green+Blue) = 252+111+15=378 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.67% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6F0F is #0390F0. Grayscale: #8E8E8E. Windows color (decimal): -233713 or 1011708. OLE color: 1011708.

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

Color convert

RGB 252 111 15 -
CMYK 0 0.56 0.94 0.01
HSL 24.3º 0.98% 0.52% -
HSV(B) 24.3º 0.94% 0.99% -
XYZ 45.92 32.1 4.23 -
YUV 142.22 56.21 206.31 -
System Red Green Blue C M Y K H S L
Decimal 252 111 15 0 0.56 0.94 0.01 24.3 0.98 0.52
Hex FC 6F F 0 38 5E 1 18 62 34
Octal 374 157 17 0 70 136 1 30 142 64
Binary 11111100 1101111 1111 0 111000 1011110 1 11000 1100010 110100

Color Harmonies of #FC6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F0F

Black with #FC6F0F

Text Example


Text Example

White with #FC6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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