Html Css Color HEX #FA780D Pumpkin

📋 copy color: '#FA780D'

red 250 ◦ green 120 ◦ blue 13

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

Shades of Pumpkin #FA780D

Tints of Pumpkin #FA780D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 65.27%
G = 31.33%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA780D (or 0xFA780D) is known color: Pumpkin. HEX triplet: FA, 78 and 0D. RGB value is (250,120,13). Sum of RGB (Red+Green+Blue) = 250+120+13=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA780D is #0587F2. Grayscale: #939393. Windows color (decimal): -362483 or 882938. OLE color: 882938.

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

Color convert

RGB 250 120 13 -
CMYK 0 0.52 0.95 0.02
HSL 27.09º 0.96% 0.52% -
HSV(B) 27.09º 0.95% 0.98% -
XYZ 46.21 33.79 4.47 -
YUV 146.67 52.57 201.7 -
System Red Green Blue C M Y K H S L
Decimal 250 120 13 0 0.52 0.95 0.02 27.09 0.96 0.52
Hex FA 78 D 0 34 5F 2 1B 60 34
Octal 372 170 15 0 64 137 2 33 140 64
Binary 11111010 1111000 1101 0 110100 1011111 10 11011 1100000 110100

Color Harmonies of #FA780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA780D

Black with #FA780D

Text Example


Text Example

White with #FA780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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