Html Css Color HEX #FA8C18 Carrot Orange

📋 copy color: '#FA8C18'

red 250 ◦ green 140 ◦ blue 24

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

Shades of Carrot Orange #FA8C18

Tints of Carrot Orange #FA8C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

 BLUE value IS 24 (9.77% from 255) = 5.8%

R = 60.39%
G = 33.82%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA8C18 (or 0xFA8C18) is known color: Carrot Orange. HEX triplet: FA, 8C and 18. RGB value is (250,140,24). Sum of RGB (Red+Green+Blue) = 250+140+24=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8C18 is #0573E7. Grayscale: #A0A0A0. Windows color (decimal): -357352 or 1608954. OLE color: 1608954.

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

Color convert

RGB 250 140 24 -
CMYK 0 0.44 0.90 0.02
HSL 30.8º 0.96% 0.54% -
HSV(B) 30.8º 0.9% 0.98% -
XYZ 48.97 39.15 5.84 -
YUV 159.67 51.44 192.43 -
System Red Green Blue C M Y K H S L
Decimal 250 140 24 0 0.44 0.90 0.02 30.8 0.96 0.54
Hex FA 8C 18 0 2C 5A 2 1F 60 36
Octal 372 214 30 0 54 132 2 37 140 66
Binary 11111010 10001100 11000 0 101100 1011010 10 11111 1100000 110110

Color Harmonies of #FA8C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C18

Black with #FA8C18

Text Example


Text Example

White with #FA8C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C18; }

 p { color: rgb(250,140,24); }

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

background-color css

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

 a { background-color: rgb(250,140,24); }

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

border-color css

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

 span { border-color: rgb(250,140,24); }

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