Html Css Color HEX #FA861F Carrot Orange

📋 copy color: '#FA861F'

red 250 ◦ green 134 ◦ blue 31

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

Shades of Carrot Orange #FA861F

Tints of Carrot Orange #FA861F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.47%

R = 60.24%
G = 32.29%
B = 7.47%

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

#FA861F (or 0xFA861F) is known color: Carrot Orange. HEX triplet: FA, 86 and 1F. RGB value is (250,134,31). Sum of RGB (Red+Green+Blue) = 250+134+31=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA861F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA861F is #0579E0. Grayscale: #9D9D9D. Windows color (decimal): -358881 or 2066170. OLE color: 2066170.

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

Color convert

RGB 250 134 31 -
CMYK 0 0.46 0.88 0.02
HSL 28.22º 0.96% 0.55% -
HSV(B) 28.22º 0.88% 0.98% -
XYZ 48.2 37.47 5.99 -
YUV 156.94 56.93 194.38 -
System Red Green Blue C M Y K H S L
Decimal 250 134 31 0 0.46 0.88 0.02 28.22 0.96 0.55
Hex FA 86 1F 0 2E 58 2 1C 60 37
Octal 372 206 37 0 56 130 2 34 140 67
Binary 11111010 10000110 11111 0 101110 1011000 10 11100 1100000 110111

Color Harmonies of #FA861F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA861F

Black with #FA861F

Text Example


Text Example

White with #FA861F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA861F; }

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

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

background-color css

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

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

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

border-color css

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

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

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