Html Css Color HEX #FA780E Pumpkin

📋 copy color: '#FA780E'

red 250 ◦ green 120 ◦ blue 14

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

Shades of Pumpkin #FA780E

Tints of Pumpkin #FA780E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.65%

R = 65.1%
G = 31.25%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA780E (or 0xFA780E) is known color: Pumpkin. HEX triplet: FA, 78 and 0E. RGB value is (250,120,14). Sum of RGB (Red+Green+Blue) = 250+120+14=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA780E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA780E is #0587F1. Grayscale: #939393. Windows color (decimal): -362482 or 948474. OLE color: 948474.

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

Color convert

RGB 250 120 14 -
CMYK 0 0.52 0.94 0.02
HSL 26.95º 0.96% 0.52% -
HSV(B) 26.95º 0.94% 0.98% -
XYZ 46.22 33.79 4.5 -
YUV 146.79 53.07 201.62 -
System Red Green Blue C M Y K H S L
Decimal 250 120 14 0 0.52 0.94 0.02 26.95 0.96 0.52
Hex FA 78 E 0 34 5E 2 1B 60 34
Octal 372 170 16 0 64 136 2 33 140 64
Binary 11111010 1111000 1110 0 110100 1011110 10 11011 1100000 110100

Color Harmonies of #FA780E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA780E

Black with #FA780E

Text Example


Text Example

White with #FA780E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA780E; }

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

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

background-color css

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

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

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

border-color css

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

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

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