Html Css Color HEX #FF8223 Pumpkin

📋 copy color: '#FF8223'

red 255 ◦ green 130 ◦ blue 35

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

Shades of Pumpkin #FF8223

Tints of Pumpkin #FF8223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

 BLUE value IS 35 (14.06% from 255) = 8.33%

R = 60.71%
G = 30.95%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0

RGB Variations

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

Color information

#FF8223 (or 0xFF8223) is known color: Pumpkin. HEX triplet: FF, 82 and 23. RGB value is (255,130,35). Sum of RGB (Red+Green+Blue) = 255+130+35=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 35 (14.06% from 255 or 8.33% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8223 is #007DDC. Grayscale: #9D9D9D. Windows color (decimal): -32221 or 2327295. OLE color: 2327295.

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

Color convert

RGB 255 130 35 -
CMYK 0 0.49 0.86 0
HSL 25.91º 1% 0.57% -
HSV(B) 25.91º 0.86% 1% -
XYZ 49.53 37.35 6.19 -
YUV 156.55 59.41 198.22 -
System Red Green Blue C M Y K H S L
Decimal 255 130 35 0 0.49 0.86 0 25.91 1 0.57
Hex FF 82 23 0 31 56 0 1A 64 39
Octal 377 202 43 0 61 126 0 32 144 71
Binary 11111111 10000010 100011 0 110001 1010110 0 11010 1100100 111001

Color Harmonies of #FF8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8223

Black with #FF8223

Text Example


Text Example

White with #FF8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8223; }

 p { color: rgb(255,130,35); }

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

background-color css

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

 a { background-color: rgb(255,130,35); }

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

border-color css

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

 span { border-color: rgb(255,130,35); }

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