Html Css Color HEX #FA751D Pumpkin

📋 copy color: '#FA751D'

red 250 ◦ green 117 ◦ blue 29

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

Shades of Pumpkin #FA751D

Tints of Pumpkin #FA751D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 63.13%
G = 29.55%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA751D (or 0xFA751D) is known color: Pumpkin. HEX triplet: FA, 75 and 1D. RGB value is (250,117,29). Sum of RGB (Red+Green+Blue) = 250+117+29=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA751D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA751D is #058AE2. Grayscale: #939393. Windows color (decimal): -363235 or 1930746. OLE color: 1930746.

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

Color convert

RGB 250 117 29 -
CMYK 0 0.53 0.88 0.02
HSL 23.89º 0.96% 0.55% -
HSV(B) 23.89º 0.88% 0.98% -
XYZ 46.01 33.14 5.13 -
YUV 146.74 61.56 201.66 -
System Red Green Blue C M Y K H S L
Decimal 250 117 29 0 0.53 0.88 0.02 23.89 0.96 0.55
Hex FA 75 1D 0 35 58 2 18 60 37
Octal 372 165 35 0 65 130 2 30 140 67
Binary 11111010 1110101 11101 0 110101 1011000 10 11000 1100000 110111

Color Harmonies of #FA751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA751D

Black with #FA751D

Text Example


Text Example

White with #FA751D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA751D; }

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

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

background-color css

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

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

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

border-color css

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

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

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