Html Css Color HEX #FA8C1A Carrot Orange

📋 copy color: '#FA8C1A'

red 250 ◦ green 140 ◦ blue 26

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

Shades of Carrot Orange #FA8C1A

Tints of Carrot Orange #FA8C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.25%

R = 60.1%
G = 33.65%
B = 6.25%

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

#FA8C1A (or 0xFA8C1A) is known color: Carrot Orange. HEX triplet: FA, 8C and 1A. RGB value is (250,140,26). Sum of RGB (Red+Green+Blue) = 250+140+26=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C1A is #0573E5. Grayscale: #A0A0A0. Windows color (decimal): -357350 or 1740026. OLE color: 1740026.

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

Color convert

RGB 250 140 26 -
CMYK 0 0.44 0.90 0.02
HSL 30.54º 0.96% 0.54% -
HSV(B) 30.54º 0.9% 0.98% -
XYZ 48.99 39.15 5.95 -
YUV 159.89 52.44 192.27 -
System Red Green Blue C M Y K H S L
Decimal 250 140 26 0 0.44 0.90 0.02 30.54 0.96 0.54
Hex FA 8C 1A 0 2C 5A 2 1F 60 36
Octal 372 214 32 0 54 132 2 37 140 66
Binary 11111010 10001100 11010 0 101100 1011010 10 11111 1100000 110110

Color Harmonies of #FA8C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C1A

Black with #FA8C1A

Text Example


Text Example

White with #FA8C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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