#FA943A

Color #FA943A Neon Carrot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Carrot #FA943A

Tints of Neon Carrot #FA943A

Color information

#FA943A (or 0xFA943A) is unknown color: approx Neon Carrot. HEX triplet: FA, 94 and 3A. RGB value is (250,148,58). Sum of RGB (Red+Green+Blue) = 250+148+58=456 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.82% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 58 (23.05% from 255 or 12.72% from 456); Max value from RGB is 250 - color contains mainly: red. Hex color #FA943A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA943A is #056BC5. Grayscale: #A8A8A8. Windows color (decimal): -355270 or 3839226. OLE color: 3839226.

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

Color convert

RGB25014858-
CMYK00.410.770.02
HSL28.13º95.05%60.39%-
HSV(B)28.13º76.8%98.04%-
XYZ50.7841.819.4-
YUV168.2465.79186.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.82%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 58 (23.05% from 255) = 12.72%
R=54.82%
G=32.46%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501485800.410.770.0228.1395.0560.39
HexFA943A0294D21c5f3c
Octal3722247205111523413774
Binary11111010100101001110100101001100110110111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA943A; }

 p { color: rgb(250,148,58); }

 H1.HeaderClassName
 {
   color: #FA943A;
 }
 .AnyTagClassName
 {
   color: #FA943A;
 }
</style>
background-color css

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

 a { background-color: rgb(250,148,58); }

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

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

 span { border-color: rgb(250,148,58); }

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