Html Css Color HEX #FA701E Pumpkin

📋 copy color: '#FA701E'

red 250 ◦ green 112 ◦ blue 30

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

Shades of Pumpkin #FA701E

Tints of Pumpkin #FA701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.65%

R = 63.78%
G = 28.57%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA701E (or 0xFA701E) is known color: Pumpkin. HEX triplet: FA, 70 and 1E. RGB value is (250,112,30). Sum of RGB (Red+Green+Blue) = 250+112+30=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA701E is #058FE1. Grayscale: #909090. Windows color (decimal): -364514 or 1995002. OLE color: 1995002.

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

Color convert

RGB 250 112 30 -
CMYK 0 0.55 0.88 0.02
HSL 22.36º 0.96% 0.55% -
HSV(B) 22.36º 0.88% 0.98% -
XYZ 45.45 32.01 5.01 -
YUV 143.91 63.72 203.67 -
System Red Green Blue C M Y K H S L
Decimal 250 112 30 0 0.55 0.88 0.02 22.36 0.96 0.55
Hex FA 70 1E 0 37 58 2 16 60 37
Octal 372 160 36 0 67 130 2 26 140 67
Binary 11111010 1110000 11110 0 110111 1011000 10 10110 1100000 110111

Color Harmonies of #FA701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA701E

Black with #FA701E

Text Example


Text Example

White with #FA701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA701E; }

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

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

background-color css

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

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

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

border-color css

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

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

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