Html Css Color HEX #FA6C15 Pumpkin

📋 copy color: '#FA6C15'

red 250 ◦ green 108 ◦ blue 21

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

Shades of Pumpkin #FA6C15

Tints of Pumpkin #FA6C15

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

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

R = 65.96%
G = 28.5%
B = 5.54%

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

#FA6C15 (or 0xFA6C15) is known color: Pumpkin. HEX triplet: FA, 6C and 15. RGB value is (250,108,21). Sum of RGB (Red+Green+Blue) = 250+108+21=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6C15 is #0593EA. Grayscale: #8D8D8D. Windows color (decimal): -365547 or 1404154. OLE color: 1404154.

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

Color convert

RGB 250 108 21 -
CMYK 0 0.57 0.92 0.02
HSL 22.79º 0.96% 0.53% -
HSV(B) 22.79º 0.92% 0.98% -
XYZ 44.92 31.1 4.35 -
YUV 140.54 60.54 206.07 -
System Red Green Blue C M Y K H S L
Decimal 250 108 21 0 0.57 0.92 0.02 22.79 0.96 0.53
Hex FA 6C 15 0 39 5C 2 17 60 35
Octal 372 154 25 0 71 134 2 27 140 65
Binary 11111010 1101100 10101 0 111001 1011100 10 10111 1100000 110101

Color Harmonies of #FA6C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6C15

Black with #FA6C15

Text Example


Text Example

White with #FA6C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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