Html Css Color HEX #FA750F Pumpkin

📋 copy color: '#FA750F'

red 250 ◦ green 117 ◦ blue 15

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

Shades of Pumpkin #FA750F

Tints of Pumpkin #FA750F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.63%

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

R = 65.45%
G = 30.63%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA750F (or 0xFA750F) is known color: Pumpkin. HEX triplet: FA, 75 and 0F. RGB value is (250,117,15). Sum of RGB (Red+Green+Blue) = 250+117+15=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA750F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA750F is #058AF0. Grayscale: #919191. Windows color (decimal): -363249 or 1013242. OLE color: 1013242.

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

Color convert

RGB 250 117 15 -
CMYK 0 0.53 0.94 0.02
HSL 26.04º 0.96% 0.52% -
HSV(B) 26.04º 0.94% 0.98% -
XYZ 45.87 33.08 4.42 -
YUV 145.14 54.56 202.79 -
System Red Green Blue C M Y K H S L
Decimal 250 117 15 0 0.53 0.94 0.02 26.04 0.96 0.52
Hex FA 75 F 0 35 5E 2 1A 60 34
Octal 372 165 17 0 65 136 2 32 140 64
Binary 11111010 1110101 1111 0 110101 1011110 10 11010 1100000 110100

Color Harmonies of #FA750F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA750F

Black with #FA750F

Text Example


Text Example

White with #FA750F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA750F; }

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

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

background-color css

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

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

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

border-color css

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

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

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