Html Css Color HEX #FA9013 Carrot Orange

📋 copy color: '#FA9013'

red 250 ◦ green 144 ◦ blue 19

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

Shades of Carrot Orange #FA9013

Tints of Carrot Orange #FA9013

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.87%

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

R = 60.53%
G = 34.87%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9013 (or 0xFA9013) is known color: Carrot Orange. HEX triplet: FA, 90 and 13. RGB value is (250,144,19). Sum of RGB (Red+Green+Blue) = 250+144+19=413 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.53% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 19 (7.81% from 255 or 4.60% from 413); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9013 is #056FEC. Grayscale: #A2A2A2. Windows color (decimal): -356333 or 1282298. OLE color: 1282298.

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

Color convert

RGB 250 144 19 -
CMYK 0 0.42 0.92 0.02
HSL 32.47º 0.96% 0.53% -
HSV(B) 32.47º 0.92% 0.98% -
XYZ 49.52 40.32 5.79 -
YUV 161.44 47.62 191.16 -
System Red Green Blue C M Y K H S L
Decimal 250 144 19 0 0.42 0.92 0.02 32.47 0.96 0.53
Hex FA 90 13 0 2A 5C 2 20 60 35
Octal 372 220 23 0 52 134 2 40 140 65
Binary 11111010 10010000 10011 0 101010 1011100 10 100000 1100000 110101

Color Harmonies of #FA9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9013

Black with #FA9013

Text Example


Text Example

White with #FA9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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