Html Css Color HEX #FA8C27 Carrot Orange

📋 copy color: '#FA8C27'

red 250 ◦ green 140 ◦ blue 39

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

Shades of Carrot Orange #FA8C27

Tints of Carrot Orange #FA8C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 58.28%
G = 32.63%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA8C27 (or 0xFA8C27) is known color: Carrot Orange. HEX triplet: FA, 8C and 27. RGB value is (250,140,39). Sum of RGB (Red+Green+Blue) = 250+140+39=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8C27 is #0573D8. Grayscale: #A1A1A1. Windows color (decimal): -357337 or 2591994. OLE color: 2591994.

HSL color Cylindrical-coordinate representation of color #FA8C27: hue angle of 28.72º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA8C27 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 140 39 -
CMYK 0 0.44 0.84 0.02
HSL 28.72º 0.95% 0.57% -
HSV(B) 28.72º 0.84% 0.98% -
XYZ 49.17 39.23 6.9 -
YUV 161.38 58.94 191.21 -
System Red Green Blue C M Y K H S L
Decimal 250 140 39 0 0.44 0.84 0.02 28.72 0.95 0.57
Hex FA 8C 27 0 2C 54 2 1D 5F 39
Octal 372 214 47 0 54 124 2 35 137 71
Binary 11111010 10001100 100111 0 101100 1010100 10 11101 1011111 111001

Color Harmonies of #FA8C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C27

Black with #FA8C27

Text Example


Text Example

White with #FA8C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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