Html Css Color HEX #FA8A1C Carrot Orange

📋 copy color: '#FA8A1C'

red 250 ◦ green 138 ◦ blue 28

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

Shades of Carrot Orange #FA8A1C

Tints of Carrot Orange #FA8A1C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 28 (11.33% from 255) = 6.73%

R = 60.1%
G = 33.17%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA8A1C (or 0xFA8A1C) is known color: Carrot Orange. HEX triplet: FA, 8A and 1C. RGB value is (250,138,28). Sum of RGB (Red+Green+Blue) = 250+138+28=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 28 (11.33% from 255 or 6.73% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8A1C is #0575E3. Grayscale: #9F9F9F. Windows color (decimal): -357860 or 1870586. OLE color: 1870586.

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

Color convert

RGB 250 138 28 -
CMYK 0 0.45 0.89 0.02
HSL 29.73º 0.96% 0.55% -
HSV(B) 29.73º 0.89% 0.98% -
XYZ 48.72 38.58 5.98 -
YUV 158.95 54.11 192.94 -
System Red Green Blue C M Y K H S L
Decimal 250 138 28 0 0.45 0.89 0.02 29.73 0.96 0.55
Hex FA 8A 1C 0 2D 59 2 1E 60 37
Octal 372 212 34 0 55 131 2 36 140 67
Binary 11111010 10001010 11100 0 101101 1011001 10 11110 1100000 110111

Color Harmonies of #FA8A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A1C

Black with #FA8A1C

Text Example


Text Example

White with #FA8A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A1C; }

 p { color: rgb(250,138,28); }

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

background-color css

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

 a { background-color: rgb(250,138,28); }

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

border-color css

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

 span { border-color: rgb(250,138,28); }

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