Html Css Color HEX #FA8D1E Carrot Orange

📋 copy color: '#FA8D1E'

red 250 ◦ green 141 ◦ blue 30

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

Shades of Carrot Orange #FA8D1E

Tints of Carrot Orange #FA8D1E

RGB

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

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

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

R = 59.38%
G = 33.49%
B = 7.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA8D1E (or 0xFA8D1E) is known color: Carrot Orange. HEX triplet: FA, 8D and 1E. RGB value is (250,141,30). Sum of RGB (Red+Green+Blue) = 250+141+30=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 141 (55.47% from 255 or 33.49% from 421); Blue value is 30 (12.11% from 255 or 7.13% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8D1E is #0572E1. Grayscale: #A1A1A1. Windows color (decimal): -357090 or 2002426. OLE color: 2002426.

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

Color convert

RGB 250 141 30 -
CMYK 0 0.44 0.88 0.02
HSL 30.27º 0.96% 0.55% -
HSV(B) 30.27º 0.88% 0.98% -
XYZ 49.18 39.47 6.25 -
YUV 160.94 54.11 191.53 -
System Red Green Blue C M Y K H S L
Decimal 250 141 30 0 0.44 0.88 0.02 30.27 0.96 0.55
Hex FA 8D 1E 0 2C 58 2 1E 60 37
Octal 372 215 36 0 54 130 2 36 140 67
Binary 11111010 10001101 11110 0 101100 1011000 10 11110 1100000 110111

Color Harmonies of #FA8D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D1E

Black with #FA8D1E

Text Example


Text Example

White with #FA8D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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