Html Css Color HEX #FA6F21 Pumpkin

📋 copy color: '#FA6F21'

red 250 ◦ green 111 ◦ blue 33

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

Shades of Pumpkin #FA6F21

Tints of Pumpkin #FA6F21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.38%

R = 63.45%
G = 28.17%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA6F21 (or 0xFA6F21) is known color: Pumpkin. HEX triplet: FA, 6F and 21. RGB value is (250,111,33). Sum of RGB (Red+Green+Blue) = 250+111+33=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 33 (13.28% from 255 or 8.38% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6F21 is #0590DE. Grayscale: #909090. Windows color (decimal): -364767 or 2191354. OLE color: 2191354.

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

Color convert

RGB 250 111 33 -
CMYK 0 0.56 0.87 0.02
HSL 21.57º 0.96% 0.55% -
HSV(B) 21.57º 0.87% 0.98% -
XYZ 45.38 31.8 5.19 -
YUV 143.67 65.55 203.84 -
System Red Green Blue C M Y K H S L
Decimal 250 111 33 0 0.56 0.87 0.02 21.57 0.96 0.55
Hex FA 6F 21 0 38 57 2 16 60 37
Octal 372 157 41 0 70 127 2 26 140 67
Binary 11111010 1101111 100001 0 111000 1010111 10 10110 1100000 110111

Color Harmonies of #FA6F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6F21

Black with #FA6F21

Text Example


Text Example

White with #FA6F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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