Html Css Color HEX #FA8028 Pumpkin

📋 copy color: '#FA8028'

red 250 ◦ green 128 ◦ blue 40

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

Shades of Pumpkin #FA8028

Tints of Pumpkin #FA8028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

 BLUE value IS 40 (16.02% from 255) = 9.57%

R = 59.81%
G = 30.62%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8028 (or 0xFA8028) is known color: Pumpkin. HEX triplet: FA, 80 and 28. RGB value is (250,128,40). Sum of RGB (Red+Green+Blue) = 250+128+40=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 40 (16.02% from 255 or 9.57% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8028 is #057FD7. Grayscale: #9A9A9A. Windows color (decimal): -360408 or 2654458. OLE color: 2654458.

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

Color convert

RGB 250 128 40 -
CMYK 0 0.49 0.84 0.02
HSL 25.14º 0.95% 0.57% -
HSV(B) 25.14º 0.84% 0.98% -
XYZ 47.53 35.92 6.43 -
YUV 154.45 63.42 196.16 -
System Red Green Blue C M Y K H S L
Decimal 250 128 40 0 0.49 0.84 0.02 25.14 0.95 0.57
Hex FA 80 28 0 31 54 2 19 5F 39
Octal 372 200 50 0 61 124 2 31 137 71
Binary 11111010 10000000 101000 0 110001 1010100 10 11001 1011111 111001

Color Harmonies of #FA8028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8028

Black with #FA8028

Text Example


Text Example

White with #FA8028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8028; }

 p { color: rgb(250,128,40); }

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

background-color css

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

 a { background-color: rgb(250,128,40); }

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

border-color css

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

 span { border-color: rgb(250,128,40); }

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