Html Css Color HEX #FA8022 Pumpkin

📋 copy color: '#FA8022'

red 250 ◦ green 128 ◦ blue 34

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

Shades of Pumpkin #FA8022

Tints of Pumpkin #FA8022

RGB

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

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

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

R = 60.68%
G = 31.07%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA8022 (or 0xFA8022) is known color: Pumpkin. HEX triplet: FA, 80 and 22. RGB value is (250,128,34). Sum of RGB (Red+Green+Blue) = 250+128+34=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 34 (13.67% from 255 or 8.25% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8022 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8022 is #057FDD. Grayscale: #9A9A9A. Windows color (decimal): -360414 or 2261242. OLE color: 2261242.

HSL color Cylindrical-coordinate representation of color #FA8022: hue angle of 26.11º 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 #FA8022 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 128 34 -
CMYK 0 0.49 0.86 0.02
HSL 26.11º 0.96% 0.56% -
HSV(B) 26.11º 0.86% 0.98% -
XYZ 47.43 35.88 5.94 -
YUV 153.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 250 128 34 0 0.49 0.86 0.02 26.11 0.96 0.56
Hex FA 80 22 0 31 56 2 1A 60 38
Octal 372 200 42 0 61 126 2 32 140 70
Binary 11111010 10000000 100010 0 110001 1010110 10 11010 1100000 111000

Color Harmonies of #FA8022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8022

Black with #FA8022

Text Example


Text Example

White with #FA8022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8022; }

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

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

background-color css

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

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

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

border-color css

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

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

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