Html Css Color HEX #FA780A Pumpkin

📋 copy color: '#FA780A'

red 250 ◦ green 120 ◦ blue 10

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

Shades of Pumpkin #FA780A

Tints of Pumpkin #FA780A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.58%

 BLUE value IS 10 (4.3% from 255) = 2.63%

R = 65.79%
G = 31.58%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA780A (or 0xFA780A) is known color: Pumpkin. HEX triplet: FA, 78 and 0A. RGB value is (250,120,10). Sum of RGB (Red+Green+Blue) = 250+120+10=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA780A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA780A is #0587F5. Grayscale: #929292. Windows color (decimal): -362486 or 686330. OLE color: 686330.

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

Color convert

RGB 250 120 10 -
CMYK 0 0.52 0.96 0.02
HSL 27.5º 0.96% 0.51% -
HSV(B) 27.5º 0.96% 0.98% -
XYZ 46.2 33.78 4.37 -
YUV 146.33 51.07 201.94 -
System Red Green Blue C M Y K H S L
Decimal 250 120 10 0 0.52 0.96 0.02 27.5 0.96 0.51
Hex FA 78 A 0 34 60 2 1C 60 33
Octal 372 170 12 0 64 140 2 34 140 63
Binary 11111010 1111000 1010 0 110100 1100000 10 11100 1100000 110011

Color Harmonies of #FA780A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA780A

Black with #FA780A

Text Example


Text Example

White with #FA780A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA780A; }

 p { color: rgb(250,120,10); }

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

background-color css

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

 a { background-color: rgb(250,120,10); }

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

border-color css

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

 span { border-color: rgb(250,120,10); }

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