Html Css Color HEX #FA7B16 Pumpkin

📋 copy color: '#FA7B16'

red 250 ◦ green 123 ◦ blue 22

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

Shades of Pumpkin #FA7B16

Tints of Pumpkin #FA7B16

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.14%

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 63.29%
G = 31.14%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA7B16 (or 0xFA7B16) is known color: Pumpkin. HEX triplet: FA, 7B and 16. RGB value is (250,123,22). Sum of RGB (Red+Green+Blue) = 250+123+22=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 123 (48.44% from 255 or 31.14% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7B16 is #0584E9. Grayscale: #959595. Windows color (decimal): -361706 or 1473530. OLE color: 1473530.

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

Color convert

RGB 250 123 22 -
CMYK 0 0.51 0.91 0.02
HSL 26.58º 0.96% 0.53% -
HSV(B) 26.58º 0.91% 0.98% -
XYZ 46.65 34.55 4.97 -
YUV 149.46 56.08 199.71 -
System Red Green Blue C M Y K H S L
Decimal 250 123 22 0 0.51 0.91 0.02 26.58 0.96 0.53
Hex FA 7B 16 0 33 5B 2 1B 60 35
Octal 372 173 26 0 63 133 2 33 140 65
Binary 11111010 1111011 10110 0 110011 1011011 10 11011 1100000 110101

Color Harmonies of #FA7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B16

Black with #FA7B16

Text Example


Text Example

White with #FA7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B16; }

 p { color: rgb(250,123,22); }

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

background-color css

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

 a { background-color: rgb(250,123,22); }

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

border-color css

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

 span { border-color: rgb(250,123,22); }

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