Html Css Color HEX #FC6F25 Pumpkin

📋 copy color: '#FC6F25'

red 252 ◦ green 111 ◦ blue 37

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

Shades of Pumpkin #FC6F25

Tints of Pumpkin #FC6F25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.25%

R = 63%
G = 27.75%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC6F25 (or 0xFC6F25) is known color: Pumpkin. HEX triplet: FC, 6F and 25. RGB value is (252,111,37). Sum of RGB (Red+Green+Blue) = 252+111+37=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 111 (43.75% from 255 or 27.75% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6F25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6F25 is #0390DA. Grayscale: #919191. Windows color (decimal): -233691 or 2453500. OLE color: 2453500.

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

Color convert

RGB 252 111 37 -
CMYK 0 0.56 0.85 0.01
HSL 20.65º 0.97% 0.57% -
HSV(B) 20.65º 0.85% 0.99% -
XYZ 46.16 32.2 5.53 -
YUV 144.72 67.21 204.52 -
System Red Green Blue C M Y K H S L
Decimal 252 111 37 0 0.56 0.85 0.01 20.65 0.97 0.57
Hex FC 6F 25 0 38 55 1 15 61 39
Octal 374 157 45 0 70 125 1 25 141 71
Binary 11111100 1101111 100101 0 111000 1010101 1 10101 1100001 111001

Color Harmonies of #FC6F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6F25

Black with #FC6F25

Text Example


Text Example

White with #FC6F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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