Html Css Color HEX #FA9A1E Carrot Orange

📋 copy color: '#FA9A1E'

red 250 ◦ green 154 ◦ blue 30

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

Shades of Carrot Orange #FA9A1E

Tints of Carrot Orange #FA9A1E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.48%

 BLUE value IS 30 (12.11% from 255) = 6.91%

R = 57.6%
G = 35.48%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA9A1E (or 0xFA9A1E) is known color: Carrot Orange. HEX triplet: FA, 9A and 1E. RGB value is (250,154,30). Sum of RGB (Red+Green+Blue) = 250+154+30=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9A1E is #0565E1. Grayscale: #A9A9A9. Windows color (decimal): -353762 or 2005754. OLE color: 2005754.

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

Color convert

RGB 250 154 30 -
CMYK 0 0.38 0.88 0.02
HSL 33.82º 0.96% 0.55% -
HSV(B) 33.82º 0.88% 0.98% -
XYZ 51.21 43.53 6.93 -
YUV 168.57 49.8 186.08 -
System Red Green Blue C M Y K H S L
Decimal 250 154 30 0 0.38 0.88 0.02 33.82 0.96 0.55
Hex FA 9A 1E 0 26 58 2 22 60 37
Octal 372 232 36 0 46 130 2 42 140 67
Binary 11111010 10011010 11110 0 100110 1011000 10 100010 1100000 110111

Color Harmonies of #FA9A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A1E

Black with #FA9A1E

Text Example


Text Example

White with #FA9A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A1E; }

 p { color: rgb(250,154,30); }

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

background-color css

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

 a { background-color: rgb(250,154,30); }

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

border-color css

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

 span { border-color: rgb(250,154,30); }

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