Html Css Color HEX #FA9313 Carrot Orange

📋 copy color: '#FA9313'

red 250 ◦ green 147 ◦ blue 19

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

Shades of Carrot Orange #FA9313

Tints of Carrot Orange #FA9313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.34%

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

R = 60.1%
G = 35.34%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9313 (or 0xFA9313) is known color: Carrot Orange. HEX triplet: FA, 93 and 13. RGB value is (250,147,19). Sum of RGB (Red+Green+Blue) = 250+147+19=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 147 (57.81% from 255 or 35.34% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9313 is #056CEC. Grayscale: #A3A3A3. Windows color (decimal): -355565 or 1283066. OLE color: 1283066.

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

Color convert

RGB 250 147 19 -
CMYK 0 0.41 0.92 0.02
HSL 33.25º 0.96% 0.53% -
HSV(B) 33.25º 0.92% 0.98% -
XYZ 49.98 41.24 5.94 -
YUV 163.21 46.62 189.91 -
System Red Green Blue C M Y K H S L
Decimal 250 147 19 0 0.41 0.92 0.02 33.25 0.96 0.53
Hex FA 93 13 0 29 5C 2 21 60 35
Octal 372 223 23 0 51 134 2 41 140 65
Binary 11111010 10010011 10011 0 101001 1011100 10 100001 1100000 110101

Color Harmonies of #FA9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9313

Black with #FA9313

Text Example


Text Example

White with #FA9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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