Html Css Color HEX #FA751B Pumpkin

📋 copy color: '#FA751B'

red 250 ◦ green 117 ◦ blue 27

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

Shades of Pumpkin #FA751B

Tints of Pumpkin #FA751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.85%

R = 63.45%
G = 29.7%
B = 6.85%

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

#FA751B (or 0xFA751B) is known color: Pumpkin. HEX triplet: FA, 75 and 1B. RGB value is (250,117,27). Sum of RGB (Red+Green+Blue) = 250+117+27=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA751B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA751B is #058AE4. Grayscale: #939393. Windows color (decimal): -363237 or 1799674. OLE color: 1799674.

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

Color convert

RGB 250 117 27 -
CMYK 0 0.53 0.89 0.02
HSL 24.22º 0.96% 0.54% -
HSV(B) 24.22º 0.89% 0.98% -
XYZ 45.98 33.13 5.01 -
YUV 146.51 60.56 201.82 -
System Red Green Blue C M Y K H S L
Decimal 250 117 27 0 0.53 0.89 0.02 24.22 0.96 0.54
Hex FA 75 1B 0 35 59 2 18 60 36
Octal 372 165 33 0 65 131 2 30 140 66
Binary 11111010 1110101 11011 0 110101 1011001 10 11000 1100000 110110

Color Harmonies of #FA751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA751B

Black with #FA751B

Text Example


Text Example

White with #FA751B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA751B; }

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

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

background-color css

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

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

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

border-color css

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

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

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