Html Css Color HEX #FA861E Carrot Orange

📋 copy color: '#FA861E'

red 250 ◦ green 134 ◦ blue 30

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

Shades of Carrot Orange #FA861E

Tints of Carrot Orange #FA861E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 30 (12.11% from 255) = 7.25%

R = 60.39%
G = 32.37%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA861E (or 0xFA861E) is known color: Carrot Orange. HEX triplet: FA, 86 and 1E. RGB value is (250,134,30). Sum of RGB (Red+Green+Blue) = 250+134+30=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA861E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA861E is #0579E1. Grayscale: #9D9D9D. Windows color (decimal): -358882 or 2000634. OLE color: 2000634.

HSL color Cylindrical-coordinate representation of color #FA861E: hue angle of 28.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA861E is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 134 30 -
CMYK 0 0.46 0.88 0.02
HSL 28.36º 0.96% 0.55% -
HSV(B) 28.36º 0.88% 0.98% -
XYZ 48.18 37.47 5.92 -
YUV 156.83 56.43 194.46 -
System Red Green Blue C M Y K H S L
Decimal 250 134 30 0 0.46 0.88 0.02 28.36 0.96 0.55
Hex FA 86 1E 0 2E 58 2 1C 60 37
Octal 372 206 36 0 56 130 2 34 140 67
Binary 11111010 10000110 11110 0 101110 1011000 10 11100 1100000 110111

Color Harmonies of #FA861E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA861E

Black with #FA861E

Text Example


Text Example

White with #FA861E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA861E; }

 p { color: rgb(250,134,30); }

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

background-color css

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

 a { background-color: rgb(250,134,30); }

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

border-color css

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

 span { border-color: rgb(250,134,30); }

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