Html Css Color HEX #FA6418 Pumpkin

📋 copy color: '#FA6418'

red 250 ◦ green 100 ◦ blue 24

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

Shades of Pumpkin #FA6418

Tints of Pumpkin #FA6418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.42%

R = 66.84%
G = 26.74%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA6418 (or 0xFA6418) is known color: Pumpkin. HEX triplet: FA, 64 and 18. RGB value is (250,100,24). Sum of RGB (Red+Green+Blue) = 250+100+24=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 24 (9.77% from 255 or 6.42% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6418 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6418 is #059BE7. Grayscale: #888888. Windows color (decimal): -367592 or 1598714. OLE color: 1598714.

HSL color Cylindrical-coordinate representation of color #FA6418: hue angle of 20.18º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA6418 is Cyan = 0, Magento = 0.6, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 100 24 -
CMYK 0 0.6 0.90 0.02
HSL 20.18º 0.96% 0.54% -
HSV(B) 20.18º 0.9% 0.98% -
XYZ 44.15 29.5 4.23 -
YUV 136.19 64.7 209.18 -
System Red Green Blue C M Y K H S L
Decimal 250 100 24 0 0.6 0.90 0.02 20.18 0.96 0.54
Hex FA 64 18 0 3C 5A 2 14 60 36
Octal 372 144 30 0 74 132 2 24 140 66
Binary 11111010 1100100 11000 0 111100 1011010 10 10100 1100000 110110

Color Harmonies of #FA6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6418

Black with #FA6418

Text Example


Text Example

White with #FA6418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6418; }

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

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

background-color css

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

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

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

border-color css

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

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

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