Html Css Color HEX #FA7022 Pumpkin

📋 copy color: '#FA7022'

red 250 ◦ green 112 ◦ blue 34

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

Shades of Pumpkin #FA7022

Tints of Pumpkin #FA7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 63.13%
G = 28.28%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA7022 (or 0xFA7022) is known color: Pumpkin. HEX triplet: FA, 70 and 22. RGB value is (250,112,34). Sum of RGB (Red+Green+Blue) = 250+112+34=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7022 is #058FDD. Grayscale: #909090. Windows color (decimal): -364510 or 2257146. OLE color: 2257146.

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

Color convert

RGB 250 112 34 -
CMYK 0 0.55 0.86 0.02
HSL 21.67º 0.96% 0.56% -
HSV(B) 21.67º 0.86% 0.98% -
XYZ 45.51 32.03 5.3 -
YUV 144.37 65.72 203.34 -
System Red Green Blue C M Y K H S L
Decimal 250 112 34 0 0.55 0.86 0.02 21.67 0.96 0.56
Hex FA 70 22 0 37 56 2 16 60 38
Octal 372 160 42 0 67 126 2 26 140 70
Binary 11111010 1110000 100010 0 110111 1010110 10 10110 1100000 111000

Color Harmonies of #FA7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7022

Black with #FA7022

Text Example


Text Example

White with #FA7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7022; }

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

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

background-color css

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

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

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

border-color css

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

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

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