Html Css Color HEX #FA681A Pumpkin

📋 copy color: '#FA681A'

red 250 ◦ green 104 ◦ blue 26

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

Shades of Pumpkin #FA681A

Tints of Pumpkin #FA681A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.37%

 BLUE value IS 26 (10.55% from 255) = 6.84%

R = 65.79%
G = 27.37%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA681A (or 0xFA681A) is known color: Pumpkin. HEX triplet: FA, 68 and 1A. RGB value is (250,104,26). Sum of RGB (Red+Green+Blue) = 250+104+26=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 26 (10.55% from 255 or 6.84% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA681A is #0597E5. Grayscale: #8B8B8B. Windows color (decimal): -366566 or 1730810. OLE color: 1730810.

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

Color convert

RGB 250 104 26 -
CMYK 0 0.58 0.90 0.02
HSL 20.89º 0.96% 0.54% -
HSV(B) 20.89º 0.9% 0.98% -
XYZ 44.56 30.3 4.48 -
YUV 138.76 64.37 207.34 -
System Red Green Blue C M Y K H S L
Decimal 250 104 26 0 0.58 0.90 0.02 20.89 0.96 0.54
Hex FA 68 1A 0 3A 5A 2 15 60 36
Octal 372 150 32 0 72 132 2 25 140 66
Binary 11111010 1101000 11010 0 111010 1011010 10 10101 1100000 110110

Color Harmonies of #FA681A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA681A

Black with #FA681A

Text Example


Text Example

White with #FA681A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA681A; }

 p { color: rgb(250,104,26); }

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

background-color css

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

 a { background-color: rgb(250,104,26); }

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

border-color css

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

 span { border-color: rgb(250,104,26); }

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