Html Css Color HEX #FA8E14 Carrot Orange

📋 copy color: '#FA8E14'

red 250 ◦ green 142 ◦ blue 20

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

Shades of Carrot Orange #FA8E14

Tints of Carrot Orange #FA8E14

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.47%

 BLUE value IS 20 (8.2% from 255) = 4.85%

R = 60.68%
G = 34.47%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8E14 (or 0xFA8E14) is known color: Carrot Orange. HEX triplet: FA, 8E and 14. RGB value is (250,142,20). Sum of RGB (Red+Green+Blue) = 250+142+20=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 20 (8.20% from 255 or 4.85% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E14 is #0571EB. Grayscale: #A0A0A0. Windows color (decimal): -356844 or 1347322. OLE color: 1347322.

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

Color convert

RGB 250 142 20 -
CMYK 0 0.43 0.92 0.02
HSL 31.83º 0.96% 0.53% -
HSV(B) 31.83º 0.92% 0.98% -
XYZ 49.22 39.72 5.73 -
YUV 160.38 48.78 191.92 -
System Red Green Blue C M Y K H S L
Decimal 250 142 20 0 0.43 0.92 0.02 31.83 0.96 0.53
Hex FA 8E 14 0 2B 5C 2 20 60 35
Octal 372 216 24 0 53 134 2 40 140 65
Binary 11111010 10001110 10100 0 101011 1011100 10 100000 1100000 110101

Color Harmonies of #FA8E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E14

Black with #FA8E14

Text Example


Text Example

White with #FA8E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E14; }

 p { color: rgb(250,142,20); }

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

background-color css

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

 a { background-color: rgb(250,142,20); }

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

border-color css

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

 span { border-color: rgb(250,142,20); }

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