Html Css Color HEX #FA751C Pumpkin

📋 copy color: '#FA751C'

red 250 ◦ green 117 ◦ blue 28

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

Shades of Pumpkin #FA751C

Tints of Pumpkin #FA751C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.09%

R = 63.29%
G = 29.62%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA751C (or 0xFA751C) is known color: Pumpkin. HEX triplet: FA, 75 and 1C. RGB value is (250,117,28). Sum of RGB (Red+Green+Blue) = 250+117+28=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA751C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA751C is #058AE3. Grayscale: #939393. Windows color (decimal): -363236 or 1865210. OLE color: 1865210.

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

Color convert

RGB 250 117 28 -
CMYK 0 0.53 0.89 0.02
HSL 24.05º 0.96% 0.55% -
HSV(B) 24.05º 0.89% 0.98% -
XYZ 46 33.13 5.07 -
YUV 146.62 61.06 201.74 -
System Red Green Blue C M Y K H S L
Decimal 250 117 28 0 0.53 0.89 0.02 24.05 0.96 0.55
Hex FA 75 1C 0 35 59 2 18 60 37
Octal 372 165 34 0 65 131 2 30 140 67
Binary 11111010 1110101 11100 0 110101 1011001 10 11000 1100000 110111

Color Harmonies of #FA751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA751C

Black with #FA751C

Text Example


Text Example

White with #FA751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA751C; }

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

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

background-color css

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

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

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

border-color css

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

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

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