Html Css Color HEX #FA8F15 Carrot Orange

📋 copy color: '#FA8F15'

red 250 ◦ green 143 ◦ blue 21

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

Shades of Carrot Orange #FA8F15

Tints of Carrot Orange #FA8F15

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

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

R = 60.39%
G = 34.54%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8F15 (or 0xFA8F15) is known color: Carrot Orange. HEX triplet: FA, 8F and 15. RGB value is (250,143,21). Sum of RGB (Red+Green+Blue) = 250+143+21=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F15 is #0570EA. Grayscale: #A1A1A1. Windows color (decimal): -356587 or 1413114. OLE color: 1413114.

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

Color convert

RGB 250 143 21 -
CMYK 0 0.43 0.92 0.02
HSL 31.97º 0.96% 0.53% -
HSV(B) 31.97º 0.92% 0.98% -
XYZ 49.38 40.02 5.83 -
YUV 161.09 48.95 191.42 -
System Red Green Blue C M Y K H S L
Decimal 250 143 21 0 0.43 0.92 0.02 31.97 0.96 0.53
Hex FA 8F 15 0 2B 5C 2 20 60 35
Octal 372 217 25 0 53 134 2 40 140 65
Binary 11111010 10001111 10101 0 101011 1011100 10 100000 1100000 110101

Color Harmonies of #FA8F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F15

Black with #FA8F15

Text Example


Text Example

White with #FA8F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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