Html Css Color HEX #FA6415 Pumpkin

📋 copy color: '#FA6415'

red 250 ◦ green 100 ◦ blue 21

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

Shades of Pumpkin #FA6415

Tints of Pumpkin #FA6415

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 67.39%
G = 26.95%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6415 (or 0xFA6415) is known color: Pumpkin. HEX triplet: FA, 64 and 15. RGB value is (250,100,21). Sum of RGB (Red+Green+Blue) = 250+100+21=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6415 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6415 is #059BEA. Grayscale: #888888. Windows color (decimal): -367595 or 1402106. OLE color: 1402106.

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

Color convert

RGB 250 100 21 -
CMYK 0 0.6 0.92 0.02
HSL 20.7º 0.96% 0.53% -
HSV(B) 20.7º 0.92% 0.98% -
XYZ 44.12 29.49 4.08 -
YUV 135.84 63.2 209.42 -
System Red Green Blue C M Y K H S L
Decimal 250 100 21 0 0.6 0.92 0.02 20.7 0.96 0.53
Hex FA 64 15 0 3C 5C 2 15 60 35
Octal 372 144 25 0 74 134 2 25 140 65
Binary 11111010 1100100 10101 0 111100 1011100 10 10101 1100000 110101

Color Harmonies of #FA6415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6415

Black with #FA6415

Text Example


Text Example

White with #FA6415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6415; }

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

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

background-color css

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

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

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

border-color css

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

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

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