Html Css Color HEX #FA6B15 Pumpkin

📋 copy color: '#FA6B15'

red 250 ◦ green 107 ◦ blue 21

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

Shades of Pumpkin #FA6B15

Tints of Pumpkin #FA6B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.31%

 BLUE value IS 21 (8.59% from 255) = 5.56%

R = 66.14%
G = 28.31%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6B15 (or 0xFA6B15) is known color: Pumpkin. HEX triplet: FA, 6B and 15. RGB value is (250,107,21). Sum of RGB (Red+Green+Blue) = 250+107+21=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6B15 is #0594EA. Grayscale: #8C8C8C. Windows color (decimal): -365803 or 1403898. OLE color: 1403898.

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

Color convert

RGB 250 107 21 -
CMYK 0 0.57 0.92 0.02
HSL 22.53º 0.96% 0.53% -
HSV(B) 22.53º 0.92% 0.98% -
XYZ 44.82 30.89 4.31 -
YUV 139.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 250 107 21 0 0.57 0.92 0.02 22.53 0.96 0.53
Hex FA 6B 15 0 39 5C 2 17 60 35
Octal 372 153 25 0 71 134 2 27 140 65
Binary 11111010 1101011 10101 0 111001 1011100 10 10111 1100000 110101

Color Harmonies of #FA6B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6B15

Black with #FA6B15

Text Example


Text Example

White with #FA6B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6B15; }

 p { color: rgb(250,107,21); }

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

background-color css

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

 a { background-color: rgb(250,107,21); }

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

border-color css

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

 span { border-color: rgb(250,107,21); }

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