Html Css Color HEX #FA9322 Carrot Orange

📋 copy color: '#FA9322'

red 250 ◦ green 147 ◦ blue 34

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

Shades of Carrot Orange #FA9322

Tints of Carrot Orange #FA9322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.89%

R = 58%
G = 34.11%
B = 7.89%

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

#FA9322 (or 0xFA9322) is known color: Carrot Orange. HEX triplet: FA, 93 and 22. RGB value is (250,147,34). Sum of RGB (Red+Green+Blue) = 250+147+34=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 147 (57.81% from 255 or 34.11% from 431); Blue value is 34 (13.67% from 255 or 7.89% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9322 is #056CDD. Grayscale: #A5A5A5. Windows color (decimal): -355550 or 2266106. OLE color: 2266106.

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

Color convert

RGB 250 147 34 -
CMYK 0 0.41 0.86 0.02
HSL 31.39º 0.96% 0.56% -
HSV(B) 31.39º 0.86% 0.98% -
XYZ 50.15 41.31 6.84 -
YUV 164.92 54.12 188.69 -
System Red Green Blue C M Y K H S L
Decimal 250 147 34 0 0.41 0.86 0.02 31.39 0.96 0.56
Hex FA 93 22 0 29 56 2 1F 60 38
Octal 372 223 42 0 51 126 2 37 140 70
Binary 11111010 10010011 100010 0 101001 1010110 10 11111 1100000 111000

Color Harmonies of #FA9322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9322

Black with #FA9322

Text Example


Text Example

White with #FA9322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9322; }

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

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

background-color css

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

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

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

border-color css

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

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

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