Html Css Color HEX #FA8223 Pumpkin

📋 copy color: '#FA8223'

red 250 ◦ green 130 ◦ blue 35

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

Shades of Pumpkin #FA8223

Tints of Pumpkin #FA8223

RGB

 RED value IS 250 (98.05% from 255) = 60.24%

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

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

R = 60.24%
G = 31.33%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA8223 (or 0xFA8223) is known color: Pumpkin. HEX triplet: FA, 82 and 23. RGB value is (250,130,35). Sum of RGB (Red+Green+Blue) = 250+130+35=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8223 is #057DDC. Grayscale: #9B9B9B. Windows color (decimal): -359901 or 2327290. OLE color: 2327290.

HSL color Cylindrical-coordinate representation of color #FA8223: hue angle of 26.51º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA8223 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 130 35 -
CMYK 0 0.48 0.86 0.02
HSL 26.51º 0.96% 0.56% -
HSV(B) 26.51º 0.86% 0.98% -
XYZ 47.71 36.41 6.1 -
YUV 155.05 60.26 195.72 -
System Red Green Blue C M Y K H S L
Decimal 250 130 35 0 0.48 0.86 0.02 26.51 0.96 0.56
Hex FA 82 23 0 30 56 2 1B 60 38
Octal 372 202 43 0 60 126 2 33 140 70
Binary 11111010 10000010 100011 0 110000 1010110 10 11011 1100000 111000

Color Harmonies of #FA8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8223

Black with #FA8223

Text Example


Text Example

White with #FA8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8223; }

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

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

background-color css

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

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

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

border-color css

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

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

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