Html Css Color HEX #FA741F Pumpkin

📋 copy color: '#FA741F'

red 250 ◦ green 116 ◦ blue 31

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

Shades of Pumpkin #FA741F

Tints of Pumpkin #FA741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.22%

 BLUE value IS 31 (12.5% from 255) = 7.81%

R = 62.97%
G = 29.22%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA741F (or 0xFA741F) is known color: Pumpkin. HEX triplet: FA, 74 and 1F. RGB value is (250,116,31). Sum of RGB (Red+Green+Blue) = 250+116+31=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA741F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA741F is #058BE0. Grayscale: #929292. Windows color (decimal): -363489 or 2061562. OLE color: 2061562.

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

Color convert

RGB 250 116 31 -
CMYK 0 0.54 0.88 0.02
HSL 23.29º 0.96% 0.55% -
HSV(B) 23.29º 0.88% 0.98% -
XYZ 45.92 32.91 5.23 -
YUV 146.38 62.89 201.91 -
System Red Green Blue C M Y K H S L
Decimal 250 116 31 0 0.54 0.88 0.02 23.29 0.96 0.55
Hex FA 74 1F 0 36 58 2 17 60 37
Octal 372 164 37 0 66 130 2 27 140 67
Binary 11111010 1110100 11111 0 110110 1011000 10 10111 1100000 110111

Color Harmonies of #FA741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA741F

Black with #FA741F

Text Example


Text Example

White with #FA741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA741F; }

 p { color: rgb(250,116,31); }

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

background-color css

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

 a { background-color: rgb(250,116,31); }

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

border-color css

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

 span { border-color: rgb(250,116,31); }

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