Html Css Color HEX #FA710F Pumpkin

📋 copy color: '#FA710F'

red 250 ◦ green 113 ◦ blue 15

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

Shades of Pumpkin #FA710F

Tints of Pumpkin #FA710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.97%

R = 66.14%
G = 29.89%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA710F (or 0xFA710F) is known color: Pumpkin. HEX triplet: FA, 71 and 0F. RGB value is (250,113,15). Sum of RGB (Red+Green+Blue) = 250+113+15=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 15 (6.25% from 255 or 3.97% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA710F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA710F is #058EF0. Grayscale: #8F8F8F. Windows color (decimal): -364273 or 1012218. OLE color: 1012218.

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

Color convert

RGB 250 113 15 -
CMYK 0 0.55 0.94 0.02
HSL 25.02º 0.96% 0.52% -
HSV(B) 25.02º 0.94% 0.98% -
XYZ 45.42 32.17 4.27 -
YUV 142.79 55.89 204.47 -
System Red Green Blue C M Y K H S L
Decimal 250 113 15 0 0.55 0.94 0.02 25.02 0.96 0.52
Hex FA 71 F 0 37 5E 2 19 60 34
Octal 372 161 17 0 67 136 2 31 140 64
Binary 11111010 1110001 1111 0 110111 1011110 10 11001 1100000 110100

Color Harmonies of #FA710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA710F

Black with #FA710F

Text Example


Text Example

White with #FA710F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA710F; }

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

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

background-color css

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

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

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

border-color css

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

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

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