Html Css Color HEX #FA8F13 Carrot Orange

📋 copy color: '#FA8F13'

red 250 ◦ green 143 ◦ blue 19

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

Shades of Carrot Orange #FA8F13

Tints of Carrot Orange #FA8F13

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.71%

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

R = 60.68%
G = 34.71%
B = 4.61%

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

#FA8F13 (or 0xFA8F13) is known color: Carrot Orange. HEX triplet: FA, 8F and 13. RGB value is (250,143,19). Sum of RGB (Red+Green+Blue) = 250+143+19=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F13 is #0570EC. Grayscale: #A1A1A1. Windows color (decimal): -356589 or 1282042. OLE color: 1282042.

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

Color convert

RGB 250 143 19 -
CMYK 0 0.43 0.92 0.02
HSL 32.21º 0.96% 0.53% -
HSV(B) 32.21º 0.92% 0.98% -
XYZ 49.36 40.02 5.74 -
YUV 160.86 47.95 191.58 -
System Red Green Blue C M Y K H S L
Decimal 250 143 19 0 0.43 0.92 0.02 32.21 0.96 0.53
Hex FA 8F 13 0 2B 5C 2 20 60 35
Octal 372 217 23 0 53 134 2 40 140 65
Binary 11111010 10001111 10011 0 101011 1011100 10 100000 1100000 110101

Color Harmonies of #FA8F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F13

Black with #FA8F13

Text Example


Text Example

White with #FA8F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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