Html Css Color HEX #FA710B Pumpkin

📋 copy color: '#FA710B'

red 250 ◦ green 113 ◦ blue 11

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

Shades of Pumpkin #FA710B

Tints of Pumpkin #FA710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.21%

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

R = 66.84%
G = 30.21%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA710B (or 0xFA710B) is known color: Pumpkin. HEX triplet: FA, 71 and 0B. RGB value is (250,113,11). Sum of RGB (Red+Green+Blue) = 250+113+11=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA710B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA710B is #058EF4. Grayscale: #8E8E8E. Windows color (decimal): -364277 or 750074. OLE color: 750074.

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

Color convert

RGB 250 113 11 -
CMYK 0 0.55 0.96 0.02
HSL 25.61º 0.96% 0.51% -
HSV(B) 25.61º 0.96% 0.98% -
XYZ 45.39 32.16 4.13 -
YUV 142.34 53.89 204.79 -
System Red Green Blue C M Y K H S L
Decimal 250 113 11 0 0.55 0.96 0.02 25.61 0.96 0.51
Hex FA 71 B 0 37 60 2 1A 60 33
Octal 372 161 13 0 67 140 2 32 140 63
Binary 11111010 1110001 1011 0 110111 1100000 10 11010 1100000 110011

Color Harmonies of #FA710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA710B

Black with #FA710B

Text Example


Text Example

White with #FA710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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