Html Css Color HEX #FA8D19 Carrot Orange

📋 copy color: '#FA8D19'

red 250 ◦ green 141 ◦ blue 25

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

Shades of Carrot Orange #FA8D19

Tints of Carrot Orange #FA8D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 60.1%
G = 33.89%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA8D19 (or 0xFA8D19) is known color: Carrot Orange. HEX triplet: FA, 8D and 19. RGB value is (250,141,25). Sum of RGB (Red+Green+Blue) = 250+141+25=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D19 is #0572E6. Grayscale: #A0A0A0. Windows color (decimal): -357095 or 1674746. OLE color: 1674746.

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

Color convert

RGB 250 141 25 -
CMYK 0 0.44 0.9 0.02
HSL 30.93º 0.96% 0.54% -
HSV(B) 30.93º 0.9% 0.98% -
XYZ 49.12 39.44 5.94 -
YUV 160.37 51.61 191.93 -
System Red Green Blue C M Y K H S L
Decimal 250 141 25 0 0.44 0.9 0.02 30.93 0.96 0.54
Hex FA 8D 19 0 2C 5A 2 1F 60 36
Octal 372 215 31 0 54 132 2 37 140 66
Binary 11111010 10001101 11001 0 101100 1011010 10 11111 1100000 110110

Color Harmonies of #FA8D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D19

Black with #FA8D19

Text Example


Text Example

White with #FA8D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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