Html Css Color HEX #FA770D Pumpkin

📋 copy color: '#FA770D'

red 250 ◦ green 119 ◦ blue 13

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

Shades of Pumpkin #FA770D

Tints of Pumpkin #FA770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.15%

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

R = 65.45%
G = 31.15%
B = 3.4%

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

#FA770D (or 0xFA770D) is known color: Pumpkin. HEX triplet: FA, 77 and 0D. RGB value is (250,119,13). Sum of RGB (Red+Green+Blue) = 250+119+13=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 119 (46.88% from 255 or 31.15% from 382); Blue value is 13 (5.47% from 255 or 3.40% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA770D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA770D is #0588F2. Grayscale: #929292. Windows color (decimal): -362739 or 882682. OLE color: 882682.

HSL color Cylindrical-coordinate representation of color #FA770D: hue angle of 26.84º 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 #FA770D is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 119 13 -
CMYK 0 0.52 0.95 0.02
HSL 26.84º 0.96% 0.52% -
HSV(B) 26.84º 0.95% 0.98% -
XYZ 46.09 33.55 4.43 -
YUV 146.09 52.9 202.12 -
System Red Green Blue C M Y K H S L
Decimal 250 119 13 0 0.52 0.95 0.02 26.84 0.96 0.52
Hex FA 77 D 0 34 5F 2 1B 60 34
Octal 372 167 15 0 64 137 2 33 140 64
Binary 11111010 1110111 1101 0 110100 1011111 10 11011 1100000 110100

Color Harmonies of #FA770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA770D

Black with #FA770D

Text Example


Text Example

White with #FA770D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA770D; }

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

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

background-color css

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

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

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

border-color css

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

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

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