Html Css Color HEX #FA9323 Carrot Orange

📋 copy color: '#FA9323'

red 250 ◦ green 147 ◦ blue 35

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

Shades of Carrot Orange #FA9323

Tints of Carrot Orange #FA9323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.1%

R = 57.87%
G = 34.03%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA9323 (or 0xFA9323) is known color: Carrot Orange. HEX triplet: FA, 93 and 23. RGB value is (250,147,35). Sum of RGB (Red+Green+Blue) = 250+147+35=432 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.87% from 432); Green value is 147 (57.81% from 255 or 34.03% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9323 is #056CDC. Grayscale: #A5A5A5. Windows color (decimal): -355549 or 2331642. OLE color: 2331642.

HSL color Cylindrical-coordinate representation of color #FA9323: hue angle of 31.26º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA9323 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 35 -
CMYK 0 0.41 0.86 0.02
HSL 31.26º 0.96% 0.56% -
HSV(B) 31.26º 0.86% 0.98% -
XYZ 50.16 41.31 6.92 -
YUV 165.03 54.62 188.61 -
System Red Green Blue C M Y K H S L
Decimal 250 147 35 0 0.41 0.86 0.02 31.26 0.96 0.56
Hex FA 93 23 0 29 56 2 1F 60 38
Octal 372 223 43 0 51 126 2 37 140 70
Binary 11111010 10010011 100011 0 101001 1010110 10 11111 1100000 111000

Color Harmonies of #FA9323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9323

Black with #FA9323

Text Example


Text Example

White with #FA9323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9323; }

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

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

background-color css

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

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

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

border-color css

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

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

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