Html Css Color HEX #FA9015 Carrot Orange

📋 copy color: '#FA9015'

red 250 ◦ green 144 ◦ blue 21

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

Shades of Carrot Orange #FA9015

Tints of Carrot Orange #FA9015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.06%

R = 60.24%
G = 34.7%
B = 5.06%

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

#FA9015 (or 0xFA9015) is known color: Carrot Orange. HEX triplet: FA, 90 and 15. RGB value is (250,144,21). Sum of RGB (Red+Green+Blue) = 250+144+21=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 21 (8.59% from 255 or 5.06% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9015 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9015 is #056FEA. Grayscale: #A2A2A2. Windows color (decimal): -356331 or 1413370. OLE color: 1413370.

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

Color convert

RGB 250 144 21 -
CMYK 0 0.42 0.92 0.02
HSL 32.23º 0.96% 0.53% -
HSV(B) 32.23º 0.92% 0.98% -
XYZ 49.53 40.32 5.88 -
YUV 161.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 250 144 21 0 0.42 0.92 0.02 32.23 0.96 0.53
Hex FA 90 15 0 2A 5C 2 20 60 35
Octal 372 220 25 0 52 134 2 40 140 65
Binary 11111010 10010000 10101 0 101010 1011100 10 100000 1100000 110101

Color Harmonies of #FA9015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9015

Black with #FA9015

Text Example


Text Example

White with #FA9015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9015; }

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

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

background-color css

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

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

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

border-color css

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

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

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