Html Css Color HEX #FA8D1B Carrot Orange

📋 copy color: '#FA8D1B'

red 250 ◦ green 141 ◦ blue 27

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

Shades of Carrot Orange #FA8D1B

Tints of Carrot Orange #FA8D1B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.73%

 BLUE value IS 27 (10.94% from 255) = 6.46%

R = 59.81%
G = 33.73%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA8D1B (or 0xFA8D1B) is known color: Carrot Orange. HEX triplet: FA, 8D and 1B. RGB value is (250,141,27). Sum of RGB (Red+Green+Blue) = 250+141+27=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D1B is #0572E4. Grayscale: #A1A1A1. Windows color (decimal): -357093 or 1805818. OLE color: 1805818.

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

Color convert

RGB 250 141 27 -
CMYK 0 0.44 0.89 0.02
HSL 30.67º 0.96% 0.54% -
HSV(B) 30.67º 0.89% 0.98% -
XYZ 49.15 39.45 6.06 -
YUV 160.6 52.61 191.77 -
System Red Green Blue C M Y K H S L
Decimal 250 141 27 0 0.44 0.89 0.02 30.67 0.96 0.54
Hex FA 8D 1B 0 2C 59 2 1F 60 36
Octal 372 215 33 0 54 131 2 37 140 66
Binary 11111010 10001101 11011 0 101100 1011001 10 11111 1100000 110110

Color Harmonies of #FA8D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D1B

Black with #FA8D1B

Text Example


Text Example

White with #FA8D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D1B; }

 p { color: rgb(250,141,27); }

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

background-color css

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

 a { background-color: rgb(250,141,27); }

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

border-color css

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

 span { border-color: rgb(250,141,27); }

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