Html Css Color HEX #FA701D Pumpkin

📋 copy color: '#FA701D'

red 250 ◦ green 112 ◦ blue 29

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

Shades of Pumpkin #FA701D

Tints of Pumpkin #FA701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.42%

R = 63.94%
G = 28.64%
B = 7.42%

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

#FA701D (or 0xFA701D) is known color: Pumpkin. HEX triplet: FA, 70 and 1D. RGB value is (250,112,29). Sum of RGB (Red+Green+Blue) = 250+112+29=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA701D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA701D is #058FE2. Grayscale: #909090. Windows color (decimal): -364515 or 1929466. OLE color: 1929466.

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

Color convert

RGB 250 112 29 -
CMYK 0 0.55 0.88 0.02
HSL 22.53º 0.96% 0.55% -
HSV(B) 22.53º 0.88% 0.98% -
XYZ 45.44 32 4.94 -
YUV 143.8 63.22 203.75 -
System Red Green Blue C M Y K H S L
Decimal 250 112 29 0 0.55 0.88 0.02 22.53 0.96 0.55
Hex FA 70 1D 0 37 58 2 17 60 37
Octal 372 160 35 0 67 130 2 27 140 67
Binary 11111010 1110000 11101 0 110111 1011000 10 10111 1100000 110111

Color Harmonies of #FA701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA701D

Black with #FA701D

Text Example


Text Example

White with #FA701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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