Html Css Color HEX #FA8915 Carrot Orange

📋 copy color: '#FA8915'

red 250 ◦ green 137 ◦ blue 21

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

Shades of Carrot Orange #FA8915

Tints of Carrot Orange #FA8915

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 61.27%
G = 33.58%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8915 (or 0xFA8915) is known color: Carrot Orange. HEX triplet: FA, 89 and 15. RGB value is (250,137,21). Sum of RGB (Red+Green+Blue) = 250+137+21=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8915 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8915 is #0576EA. Grayscale: #9E9E9E. Windows color (decimal): -358123 or 1411578. OLE color: 1411578.

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

Color convert

RGB 250 137 21 -
CMYK 0 0.45 0.92 0.02
HSL 30.39º 0.96% 0.53% -
HSV(B) 30.39º 0.92% 0.98% -
XYZ 48.51 38.27 5.54 -
YUV 157.56 50.94 193.93 -
System Red Green Blue C M Y K H S L
Decimal 250 137 21 0 0.45 0.92 0.02 30.39 0.96 0.53
Hex FA 89 15 0 2D 5C 2 1E 60 35
Octal 372 211 25 0 55 134 2 36 140 65
Binary 11111010 10001001 10101 0 101101 1011100 10 11110 1100000 110101

Color Harmonies of #FA8915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8915

Black with #FA8915

Text Example


Text Example

White with #FA8915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8915; }

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

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

background-color css

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

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

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

border-color css

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

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

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