Html Css Color HEX #FA701C Pumpkin

📋 copy color: '#FA701C'

red 250 ◦ green 112 ◦ blue 28

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

Shades of Pumpkin #FA701C

Tints of Pumpkin #FA701C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.18%

R = 64.1%
G = 28.72%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA701C (or 0xFA701C) is known color: Pumpkin. HEX triplet: FA, 70 and 1C. RGB value is (250,112,28). Sum of RGB (Red+Green+Blue) = 250+112+28=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 28 (11.33% from 255 or 7.18% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA701C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA701C is #058FE3. Grayscale: #909090. Windows color (decimal): -364516 or 1863930. OLE color: 1863930.

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

Color convert

RGB 250 112 28 -
CMYK 0 0.55 0.89 0.02
HSL 22.7º 0.96% 0.55% -
HSV(B) 22.7º 0.89% 0.98% -
XYZ 45.43 32 4.88 -
YUV 143.69 62.72 203.83 -
System Red Green Blue C M Y K H S L
Decimal 250 112 28 0 0.55 0.89 0.02 22.7 0.96 0.55
Hex FA 70 1C 0 37 59 2 17 60 37
Octal 372 160 34 0 67 131 2 27 140 67
Binary 11111010 1110000 11100 0 110111 1011001 10 10111 1100000 110111

Color Harmonies of #FA701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA701C

Black with #FA701C

Text Example


Text Example

White with #FA701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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