Html Css Color HEX #FA9214 Carrot Orange

📋 copy color: '#FA9214'

red 250 ◦ green 146 ◦ blue 20

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

Shades of Carrot Orange #FA9214

Tints of Carrot Orange #FA9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.1%

 BLUE value IS 20 (8.2% from 255) = 4.81%

R = 60.1%
G = 35.1%
B = 4.81%

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

#FA9214 (or 0xFA9214) is known color: Carrot Orange. HEX triplet: FA, 92 and 14. RGB value is (250,146,20). Sum of RGB (Red+Green+Blue) = 250+146+20=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9214 is #056DEB. Grayscale: #A3A3A3. Windows color (decimal): -355820 or 1348346. OLE color: 1348346.

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

Color convert

RGB 250 146 20 -
CMYK 0 0.42 0.92 0.02
HSL 32.87º 0.96% 0.53% -
HSV(B) 32.87º 0.92% 0.98% -
XYZ 49.83 40.93 5.94 -
YUV 162.73 47.46 190.25 -
System Red Green Blue C M Y K H S L
Decimal 250 146 20 0 0.42 0.92 0.02 32.87 0.96 0.53
Hex FA 92 14 0 2A 5C 2 21 60 35
Octal 372 222 24 0 52 134 2 41 140 65
Binary 11111010 10010010 10100 0 101010 1011100 10 100001 1100000 110101

Color Harmonies of #FA9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9214

Black with #FA9214

Text Example


Text Example

White with #FA9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9214; }

 p { color: rgb(250,146,20); }

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

background-color css

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

 a { background-color: rgb(250,146,20); }

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

border-color css

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

 span { border-color: rgb(250,146,20); }

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