Html Css Color HEX #FA8E13 Carrot Orange

📋 copy color: '#FA8E13'

red 250 ◦ green 142 ◦ blue 19

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

Shades of Carrot Orange #FA8E13

Tints of Carrot Orange #FA8E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.62%

R = 60.83%
G = 34.55%
B = 4.62%

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

#FA8E13 (or 0xFA8E13) is known color: Carrot Orange. HEX triplet: FA, 8E and 13. RGB value is (250,142,19). Sum of RGB (Red+Green+Blue) = 250+142+19=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E13 is #0571EC. Grayscale: #A0A0A0. Windows color (decimal): -356845 or 1281786. OLE color: 1281786.

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

Color convert

RGB 250 142 19 -
CMYK 0 0.43 0.92 0.02
HSL 31.95º 0.96% 0.53% -
HSV(B) 31.95º 0.92% 0.98% -
XYZ 49.21 39.72 5.69 -
YUV 160.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 250 142 19 0 0.43 0.92 0.02 31.95 0.96 0.53
Hex FA 8E 13 0 2B 5C 2 20 60 35
Octal 372 216 23 0 53 134 2 40 140 65
Binary 11111010 10001110 10011 0 101011 1011100 10 100000 1100000 110101

Color Harmonies of #FA8E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E13

Black with #FA8E13

Text Example


Text Example

White with #FA8E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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