Html Css Color HEX #FA8B15 Carrot Orange

📋 copy color: '#FA8B15'

red 250 ◦ green 139 ◦ blue 21

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

Shades of Carrot Orange #FA8B15

Tints of Carrot Orange #FA8B15

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

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

R = 60.98%
G = 33.9%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8B15 (or 0xFA8B15) is known color: Carrot Orange. HEX triplet: FA, 8B and 15. RGB value is (250,139,21). Sum of RGB (Red+Green+Blue) = 250+139+21=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8B15 is #0574EA. Grayscale: #9F9F9F. Windows color (decimal): -357611 or 1412090. OLE color: 1412090.

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

Color convert

RGB 250 139 21 -
CMYK 0 0.44 0.92 0.02
HSL 30.92º 0.96% 0.53% -
HSV(B) 30.92º 0.92% 0.98% -
XYZ 48.79 38.84 5.64 -
YUV 158.74 50.27 193.09 -
System Red Green Blue C M Y K H S L
Decimal 250 139 21 0 0.44 0.92 0.02 30.92 0.96 0.53
Hex FA 8B 15 0 2C 5C 2 1F 60 35
Octal 372 213 25 0 54 134 2 37 140 65
Binary 11111010 10001011 10101 0 101100 1011100 10 11111 1100000 110101

Color Harmonies of #FA8B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B15

Black with #FA8B15

Text Example


Text Example

White with #FA8B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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