Html Css Color HEX #FA8F1A Carrot Orange

📋 copy color: '#FA8F1A'

red 250 ◦ green 143 ◦ blue 26

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

Shades of Carrot Orange #FA8F1A

Tints of Carrot Orange #FA8F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.21%

R = 59.67%
G = 34.13%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA8F1A (or 0xFA8F1A) is known color: Carrot Orange. HEX triplet: FA, 8F and 1A. RGB value is (250,143,26). Sum of RGB (Red+Green+Blue) = 250+143+26=419 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.67% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8F1A is #0570E5. Grayscale: #A2A2A2. Windows color (decimal): -356582 or 1740794. OLE color: 1740794.

HSL color Cylindrical-coordinate representation of color #FA8F1A: hue angle of 31.34º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA8F1A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 143 26 -
CMYK 0 0.43 0.90 0.02
HSL 31.34º 0.96% 0.54% -
HSV(B) 31.34º 0.9% 0.98% -
XYZ 49.43 40.04 6.1 -
YUV 161.66 51.45 191.01 -
System Red Green Blue C M Y K H S L
Decimal 250 143 26 0 0.43 0.90 0.02 31.34 0.96 0.54
Hex FA 8F 1A 0 2B 5A 2 1F 60 36
Octal 372 217 32 0 53 132 2 37 140 66
Binary 11111010 10001111 11010 0 101011 1011010 10 11111 1100000 110110

Color Harmonies of #FA8F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F1A

Black with #FA8F1A

Text Example


Text Example

White with #FA8F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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