Html Css Color HEX #FF6C22 Pumpkin

📋 copy color: '#FF6C22'

red 255 ◦ green 108 ◦ blue 34

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

Shades of Pumpkin #FF6C22

Tints of Pumpkin #FF6C22

RGB

 RED value IS 255 (100% from 255) = 64.23%

 GREEN value IS 108 (42.58% from 255) = 27.2%

 BLUE value IS 34 (13.67% from 255) = 8.56%

R = 64.23%
G = 27.2%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF6C22 (or 0xFF6C22) is known color: Pumpkin. HEX triplet: FF, 6C and 22. RGB value is (255,108,34). Sum of RGB (Red+Green+Blue) = 255+108+34=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6C22 is #0093DD. Grayscale: #8F8F8F. Windows color (decimal): -37854 or 2256127. OLE color: 2256127.

HSL color Cylindrical-coordinate representation of color #FF6C22: hue angle of 20.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6C22 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 108 34 -
CMYK 0 0.58 0.87 0
HSL 20.09º 1% 0.57% -
HSV(B) 20.09º 0.87% 1% -
XYZ 46.89 32.1 5.24 -
YUV 143.52 66.2 207.52 -
System Red Green Blue C M Y K H S L
Decimal 255 108 34 0 0.58 0.87 0 20.09 1 0.57
Hex FF 6C 22 0 3A 57 0 14 64 39
Octal 377 154 42 0 72 127 0 24 144 71
Binary 11111111 1101100 100010 0 111010 1010111 0 10100 1100100 111001

Color Harmonies of #FF6C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6C22

Black with #FF6C22

Text Example


Text Example

White with #FF6C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6C22; }

 p { color: rgb(255,108,34); }

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

background-color css

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

 a { background-color: rgb(255,108,34); }

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

border-color css

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

 span { border-color: rgb(255,108,34); }

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