Html Css Color HEX #FA8E1C Carrot Orange

📋 copy color: '#FA8E1C'

red 250 ◦ green 142 ◦ blue 28

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

Shades of Carrot Orange #FA8E1C

Tints of Carrot Orange #FA8E1C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.81%

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

R = 59.52%
G = 33.81%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA8E1C (or 0xFA8E1C) is known color: Carrot Orange. HEX triplet: FA, 8E and 1C. RGB value is (250,142,28). Sum of RGB (Red+Green+Blue) = 250+142+28=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8E1C is #0571E3. Grayscale: #A1A1A1. Windows color (decimal): -356836 or 1871610. OLE color: 1871610.

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

Color convert

RGB 250 142 28 -
CMYK 0 0.43 0.89 0.02
HSL 30.81º 0.96% 0.55% -
HSV(B) 30.81º 0.89% 0.98% -
XYZ 49.31 39.75 6.17 -
YUV 161.3 52.78 191.27 -
System Red Green Blue C M Y K H S L
Decimal 250 142 28 0 0.43 0.89 0.02 30.81 0.96 0.55
Hex FA 8E 1C 0 2B 59 2 1F 60 37
Octal 372 216 34 0 53 131 2 37 140 67
Binary 11111010 10001110 11100 0 101011 1011001 10 11111 1100000 110111

Color Harmonies of #FA8E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E1C

Black with #FA8E1C

Text Example


Text Example

White with #FA8E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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