Html Css Color HEX #FA601D Pumpkin

📋 copy color: '#FA601D'

red 250 ◦ green 96 ◦ blue 29

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

Shades of Pumpkin #FA601D

Tints of Pumpkin #FA601D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

 BLUE value IS 29 (11.72% from 255) = 7.73%

R = 66.67%
G = 25.6%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA601D (or 0xFA601D) is known color: Pumpkin. HEX triplet: FA, 60 and 1D. RGB value is (250,96,29). Sum of RGB (Red+Green+Blue) = 250+96+29=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA601D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA601D is #059FE2. Grayscale: #868686. Windows color (decimal): -368611 or 1925370. OLE color: 1925370.

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

Color convert

RGB 250 96 29 -
CMYK 0 0.62 0.88 0.02
HSL 18.19º 0.96% 0.55% -
HSV(B) 18.19º 0.88% 0.98% -
XYZ 43.83 28.78 4.41 -
YUV 134.41 68.52 210.45 -
System Red Green Blue C M Y K H S L
Decimal 250 96 29 0 0.62 0.88 0.02 18.19 0.96 0.55
Hex FA 60 1D 0 3E 58 2 12 60 37
Octal 372 140 35 0 76 130 2 22 140 67
Binary 11111010 1100000 11101 0 111110 1011000 10 10010 1100000 110111

Color Harmonies of #FA601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA601D

Black with #FA601D

Text Example


Text Example

White with #FA601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA601D; }

 p { color: rgb(250,96,29); }

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

background-color css

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

 a { background-color: rgb(250,96,29); }

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

border-color css

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

 span { border-color: rgb(250,96,29); }

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