Html Css Color HEX #FA6F15 Pumpkin

📋 copy color: '#FA6F15'

red 250 ◦ green 111 ◦ blue 21

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

Shades of Pumpkin #FA6F15

Tints of Pumpkin #FA6F15

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

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

R = 65.45%
G = 29.06%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6F15 (or 0xFA6F15) is known color: Pumpkin. HEX triplet: FA, 6F and 15. RGB value is (250,111,21). Sum of RGB (Red+Green+Blue) = 250+111+21=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 21 (8.59% from 255 or 5.50% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6F15 is #0590EA. Grayscale: #8E8E8E. Windows color (decimal): -364779 or 1404922. OLE color: 1404922.

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

Color convert

RGB 250 111 21 -
CMYK 0 0.56 0.92 0.02
HSL 23.58º 0.96% 0.53% -
HSV(B) 23.58º 0.92% 0.98% -
XYZ 45.24 31.75 4.45 -
YUV 142.3 59.55 204.82 -
System Red Green Blue C M Y K H S L
Decimal 250 111 21 0 0.56 0.92 0.02 23.58 0.96 0.53
Hex FA 6F 15 0 38 5C 2 18 60 35
Octal 372 157 25 0 70 134 2 30 140 65
Binary 11111010 1101111 10101 0 111000 1011100 10 11000 1100000 110101

Color Harmonies of #FA6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F15

Black with #FA6F15

Text Example


Text Example

White with #FA6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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