Html Css Color HEX #FA8C20 Carrot Orange

📋 copy color: '#FA8C20'

red 250 ◦ green 140 ◦ blue 32

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

Shades of Carrot Orange #FA8C20

Tints of Carrot Orange #FA8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.18%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 59.24%
G = 33.18%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA8C20 (or 0xFA8C20) is known color: Carrot Orange. HEX triplet: FA, 8C and 20. RGB value is (250,140,32). Sum of RGB (Red+Green+Blue) = 250+140+32=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C20 is #0573DF. Grayscale: #A1A1A1. Windows color (decimal): -357344 or 2133242. OLE color: 2133242.

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

Color convert

RGB 250 140 32 -
CMYK 0 0.44 0.87 0.02
HSL 29.72º 0.96% 0.55% -
HSV(B) 29.72º 0.87% 0.98% -
XYZ 49.06 39.18 6.34 -
YUV 160.58 55.44 191.78 -
System Red Green Blue C M Y K H S L
Decimal 250 140 32 0 0.44 0.87 0.02 29.72 0.96 0.55
Hex FA 8C 20 0 2C 57 2 1E 60 37
Octal 372 214 40 0 54 127 2 36 140 67
Binary 11111010 10001100 100000 0 101100 1010111 10 11110 1100000 110111

Color Harmonies of #FA8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C20

Black with #FA8C20

Text Example


Text Example

White with #FA8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C20; }

 p { color: rgb(250,140,32); }

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

background-color css

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

 a { background-color: rgb(250,140,32); }

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

border-color css

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

 span { border-color: rgb(250,140,32); }

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