Html Css Color HEX #FA901A Carrot Orange

📋 copy color: '#FA901A'

red 250 ◦ green 144 ◦ blue 26

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

Shades of Carrot Orange #FA901A

Tints of Carrot Orange #FA901A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.19%

R = 59.52%
G = 34.29%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA901A (or 0xFA901A) is known color: Carrot Orange. HEX triplet: FA, 90 and 1A. RGB value is (250,144,26). Sum of RGB (Red+Green+Blue) = 250+144+26=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 144 (56.64% from 255 or 34.29% from 420); Blue value is 26 (10.55% from 255 or 6.19% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA901A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA901A is #056FE5. Grayscale: #A2A2A2. Windows color (decimal): -356326 or 1741050. OLE color: 1741050.

HSL color Cylindrical-coordinate representation of color #FA901A: hue angle of 31.61º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA901A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 144 26 -
CMYK 0 0.42 0.90 0.02
HSL 31.61º 0.96% 0.54% -
HSV(B) 31.61º 0.9% 0.98% -
XYZ 49.58 40.35 6.15 -
YUV 162.24 51.12 190.59 -
System Red Green Blue C M Y K H S L
Decimal 250 144 26 0 0.42 0.90 0.02 31.61 0.96 0.54
Hex FA 90 1A 0 2A 5A 2 20 60 36
Octal 372 220 32 0 52 132 2 40 140 66
Binary 11111010 10010000 11010 0 101010 1011010 10 100000 1100000 110110

Color Harmonies of #FA901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA901A

Black with #FA901A

Text Example


Text Example

White with #FA901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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