Html Css Color HEX #FA770B Pumpkin

📋 copy color: '#FA770B'

red 250 ◦ green 119 ◦ blue 11

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

Shades of Pumpkin #FA770B

Tints of Pumpkin #FA770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 65.79%
G = 31.32%
B = 2.89%

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

#FA770B (or 0xFA770B) is known color: Pumpkin. HEX triplet: FA, 77 and 0B. RGB value is (250,119,11). Sum of RGB (Red+Green+Blue) = 250+119+11=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA770B is #0588F4. Grayscale: #929292. Windows color (decimal): -362741 or 751610. OLE color: 751610.

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

Color convert

RGB 250 119 11 -
CMYK 0 0.52 0.96 0.02
HSL 27.11º 0.96% 0.51% -
HSV(B) 27.11º 0.96% 0.98% -
XYZ 46.08 33.54 4.36 -
YUV 145.86 51.9 202.28 -
System Red Green Blue C M Y K H S L
Decimal 250 119 11 0 0.52 0.96 0.02 27.11 0.96 0.51
Hex FA 77 B 0 34 60 2 1B 60 33
Octal 372 167 13 0 64 140 2 33 140 63
Binary 11111010 1110111 1011 0 110100 1100000 10 11011 1100000 110011

Color Harmonies of #FA770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA770B

Black with #FA770B

Text Example


Text Example

White with #FA770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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