Html Css Color HEX #FA9115 Carrot Orange

📋 copy color: '#FA9115'

red 250 ◦ green 145 ◦ blue 21

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

Shades of Carrot Orange #FA9115

Tints of Carrot Orange #FA9115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.86%

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

R = 60.1%
G = 34.86%
B = 5.05%

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

#FA9115 (or 0xFA9115) is known color: Carrot Orange. HEX triplet: FA, 91 and 15. RGB value is (250,145,21). Sum of RGB (Red+Green+Blue) = 250+145+21=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 145 (57.03% from 255 or 34.86% from 416); Blue value is 21 (8.59% from 255 or 5.05% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9115 is #056EEA. Grayscale: #A2A2A2. Windows color (decimal): -356075 or 1413626. OLE color: 1413626.

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

Color convert

RGB 250 145 21 -
CMYK 0 0.42 0.92 0.02
HSL 32.49º 0.96% 0.53% -
HSV(B) 32.49º 0.92% 0.98% -
XYZ 49.69 40.63 5.93 -
YUV 162.26 48.29 190.58 -
System Red Green Blue C M Y K H S L
Decimal 250 145 21 0 0.42 0.92 0.02 32.49 0.96 0.53
Hex FA 91 15 0 2A 5C 2 20 60 35
Octal 372 221 25 0 52 134 2 40 140 65
Binary 11111010 10010001 10101 0 101010 1011100 10 100000 1100000 110101

Color Harmonies of #FA9115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9115

Black with #FA9115

Text Example


Text Example

White with #FA9115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9115; }

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

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

background-color css

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

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

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

border-color css

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

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

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