Html Css Color HEX #FA6714 Pumpkin

📋 copy color: '#FA6714'

red 250 ◦ green 103 ◦ blue 20

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

Shades of Pumpkin #FA6714

Tints of Pumpkin #FA6714

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 20 (8.2% from 255) = 5.36%

R = 67.02%
G = 27.61%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6714 (or 0xFA6714) is known color: Pumpkin. HEX triplet: FA, 67 and 14. RGB value is (250,103,20). Sum of RGB (Red+Green+Blue) = 250+103+20=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6714 is #0598EB. Grayscale: #898989. Windows color (decimal): -366828 or 1337338. OLE color: 1337338.

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

Color convert

RGB 250 103 20 -
CMYK 0 0.59 0.92 0.02
HSL 21.65º 0.96% 0.53% -
HSV(B) 21.65º 0.92% 0.98% -
XYZ 44.4 30.07 4.13 -
YUV 137.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 250 103 20 0 0.59 0.92 0.02 21.65 0.96 0.53
Hex FA 67 14 0 3B 5C 2 16 60 35
Octal 372 147 24 0 73 134 2 26 140 65
Binary 11111010 1100111 10100 0 111011 1011100 10 10110 1100000 110101

Color Harmonies of #FA6714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6714

Black with #FA6714

Text Example


Text Example

White with #FA6714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6714; }

 p { color: rgb(250,103,20); }

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

background-color css

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

 a { background-color: rgb(250,103,20); }

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

border-color css

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

 span { border-color: rgb(250,103,20); }

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